Skip to content

Broken configure script #36

@MariusTimmer

Description

@MariusTimmer

When checking out the repo and running ./autogen.sh it generates a corrupt configure file. The process dies with syntax error near unexpected token ')'. When looking into the file itself it looks like a part is missing or doubled:

[...]
  LIBS="-lpopt $LIBS"

else case e in #(
  e) with_included_popt="yes" ;;
esac
fi

else case e in #(
  e) with_included_popt="yes" ;;
esac
fi,
			with_included_popt="yes"
		)
		LIBS="$save_LIBS"
	fi

	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use included popt" >&5
[...]

The syntax-error is the closing bracket right above LIBS="$save_LIBS". Additionally the else cases are doubled. Unfortunately I have no idea why autogen.sh messes it up. I am running on Arch, but got the same error when trying with Debian 12.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions