From a2f935bd4ed3aedf841eed5960adb8af347a702d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 Jun 1999 12:55:06 +0000 Subject: [PATCH] --foreign switch to automake added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 352bee8c23..ae40d21f40 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/sh aclocal -I . autoheader -automake --verbose +automake --foreign --verbose autoconf -- 2.50.0