summary refs log tree commit diff stats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-10-27 17:42:40 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-27 17:42:40 +0200
commite9c9bd4ebe87f558465ed576ea0ca95a6ae0e555 (patch)
tree6984c5d79cbfe2765656911307a1a2e96c6e9189 /autogen.sh
parenta46df34a2a224c4af3fea4d576350e53184de232 (diff)
build: move automake "foreign" option to AM_INIT_AUTOMAKE
This works towards allowing using autoreconf(1) later.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1a620bbf..7a640a56 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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