2007-10-07 23:20:12 +01:00
|
|
|
#!/bin/sh
|
|
|
|
libtoolize --copy --force || exit 1
|
|
|
|
aclocal || exit 1
|
|
|
|
autoheader || exit 1
|
|
|
|
autoconf || exit 1
|
|
|
|
automake -a -c || exit 1
|
2007-10-13 15:52:50 +01:00
|
|
|
./configure --enable-maintainer-mode --enable-examples-build \
|
2007-11-04 19:10:23 +00:00
|
|
|
--enable-x11-examples-build --enable-debug-log $*
|