summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-04-15 04:20:38 +0000
committerPeter Johnson <peter@tortall.net>2002-04-15 04:20:38 +0000
commit8cd76bac56ceebde3de8ad3325ba5a95b8320381 (patch)
tree0a8cdce52f13ab86c95b0e24c910d39d51148b88 /autogen.sh
parentd11a29728350ed1e7e8c3e1cb750ae8e87bf12ff (diff)
downloadyasm-8cd76bac56ceebde3de8ad3325ba5a95b8320381.tar.gz
Update to gettext 0.11.1.
svn path=/trunk/yasm/; revision=589
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2afcd764..dd1faca5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,8 @@
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
+ACLOCAL_FLAGS="-I m4"
+
package="yasm"
srcdir=`dirname $0`
@@ -73,10 +75,10 @@ if test ! -d "config"; then
fi
rm -f stamp-h.in
-echo " aclocal $ACLOCAL_FLAGS"
-aclocal $ACLOCAL_FLAGS || exit 1
echo " gettextize -f"
echo "N" | gettextize -f || exit 1
+echo " aclocal $ACLOCAL_FLAGS"
+aclocal $ACLOCAL_FLAGS || exit 1
echo " autoheader"
autoheader || exit 1
echo " automake -a"