-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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
Labels
No labels