2007-10-07 22:20:12 +00: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 14:52:50 +00:00
|
|
|
./configure --enable-maintainer-mode --enable-examples-build \
|
2007-11-04 19:10:23 +00:00
|
|
|
--enable-x11-examples-build --enable-debug-log $*
|