From 8cd76bac56ceebde3de8ad3325ba5a95b8320381 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 15 Apr 2002 04:20:38 +0000 Subject: Update to gettext 0.11.1. svn path=/trunk/yasm/; revision=589 --- autogen.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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" -- cgit v1.2.1