modified autogen to work with intltool newer version and to not run
configure
This commit is contained in:
parent
94adae98e6
commit
6cdda15d46
1 changed files with 4 additions and 4 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue