modified autogen to work with intltool newer version and to not run

configure
This commit is contained in:
Cedric Girard 2011-03-17 14:39:06 +01:00
parent 94adae98e6
commit 6cdda15d46
1 changed files with 4 additions and 4 deletions

View File

@ -44,13 +44,13 @@ echo "Running libtoolize, please ignore non-fatal messages...."
echo n | libtoolize --copy --force || exit;
echo;
echo "Running intltoolize...."
echo n | intltoolize --copy --force || exit;
echo;
aclocal || exit;
autoheader || exit;
automake --add-missing --copy;
autoconf || exit;
automake || exit;
echo "Running ./configure $@"
echo;
./configure $@