2007-12-16 22:20:24 +00:00
|
|
|
#!/bin/sh
|
2008-10-11 05:27:52 +00:00
|
|
|
# This file is licensed under the terms of the expat license, see the file EXPAT.
|
2007-12-16 22:20:24 +00:00
|
|
|
|
2008-03-22 02:38:23 +00:00
|
|
|
echo "no" | glib-gettextize --force --copy
|
|
|
|
intltoolize --copy --force --automake
|
2008-08-15 00:25:06 +00:00
|
|
|
libtoolize --copy --force || glibtoolize --copy --force
|
2007-12-16 22:20:24 +00:00
|
|
|
aclocal
|
|
|
|
autoheader
|
|
|
|
autoconf
|
2008-03-22 02:38:23 +00:00
|
|
|
automake --add-missing --copy
|
2008-06-07 10:32:03 +00:00
|
|
|
|
|
|
|
echo "Now running the configure script"
|
|
|
|
./configure $*
|