summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh
index b6e7fe7..1c13f54 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -45,18 +45,7 @@ automake --add-missing
echo " autoconf"
autoconf
-if [ -x config.status -a -z "$*" ]; then
- ./config.status --recheck
-else
- if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish "
- echo "to pass any to it, please specify them on the $0 command line."
- echo "If you do not wish to run ./configure, press Ctrl-C now."
- trap 'echo "configure aborted" ; exit 0' 1 2 15
- sleep 1
- fi
- ./configure "$@"
-fi
+./configure "$@"
if [ -f cvs.motd ]; then
echo "ATTENTION CVS Users!"