First commit after CVS conversion. Should be just administrative changes.
This commit is contained in:
12
autogen.sh
Executable file
12
autogen.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
# Additional options go to configure.
|
||||
|
||||
echo "Rebuilding ./configure with autoreconf..."
|
||||
autoreconf -f -i
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "autoreconf failed"
|
||||
exit $?
|
||||
fi
|
||||
|
||||
./configure --enable-maintainer-mode "$@"
|
||||
Reference in New Issue
Block a user