summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-11 00:15:37 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-11 00:15:37 +0000
commit82faddb718aaae5f52001e09d0754a3d254e2285 (patch)
treeed478463e82897659918ca30d4d0036cff8cca67 /autogen.sh
parentf79afa96e7e7176b974252dd05a9f7bdf70194e8 (diff)
build fixes, configuration simplifications
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 5f0dc09e0..3ebd6c6a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,8 @@
# If the installed autotools aren't these versions, issue a warning
# about checking results into subversion.
libtoolize_version='libtoolize (GNU libtool) 2.2.6'
-autoheader_version='autoheader (GNU Autoconf) 2.64'
aclocal_version='aclocal (GNU automake) 1.11'
+autoheader_version='autoheader (GNU Autoconf) 2.64'
autoconf_version='autoconf (GNU Autoconf) 2.64'
automake_version='automake (GNU automake) 1.11'
@@ -34,9 +34,9 @@ set -ex
cd "$(dirname "$0")"
libtoolize --copy
+aclocal -I config
autoheader -I config
touch NEWS README AUTHORS ChangeLog
touch stamp-h
-aclocal -I config
autoconf -I config
automake -ac --foreign -Woverride
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback