mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
build: move automake "foreign" option to AM_INIT_AUTOMAKE
This works towards allowing using autoreconf(1) later.
This commit is contained in:
committed by
Berke Viktor
parent
a46df34a2a
commit
e9c9bd4ebe
@@ -90,7 +90,7 @@ if test "$?" != "0"; then
|
||||
exit 4
|
||||
fi
|
||||
echo running $AUTOMAKE...
|
||||
$AUTOMAKE -a --foreign
|
||||
$AUTOMAKE -a
|
||||
if test "$?" != "0"; then
|
||||
echo automake failed, stopping.
|
||||
exit 5
|
||||
|
||||
Reference in New Issue
Block a user