2004-06-18 23:39:06 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2004-06-18 23:40:18 +02:00
|
|
|
echo "Generating configuration files..."
|
|
|
|
echo
|
|
|
|
|
2004-06-18 23:39:06 +02:00
|
|
|
autoconf
|
|
|
|
autoheader
|
2004-06-18 23:41:52 +02:00
|
|
|
# evil
|
|
|
|
rm -rf autom4te.cache
|
2004-06-18 23:40:18 +02:00
|
|
|
./configure "$@"
|