summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-03-30 02:37:01 +0000
committerMichael Jennings <mej@kainx.org>2000-03-30 02:37:01 +0000
commitcb9af45db196ad54c69a27b0852250bcb649dcdf (patch)
tree954017f43275529715045eec83a840bb3e244bb9 /autogen.sh
parent4835a373b679023150dea85a1750f1f306f33379 (diff)
downloadeterm-cb9af45db196ad54c69a27b0852250bcb649dcdf.tar.gz
These two files don't do much at the moment. I'm hoping someone else might
take these and run with them. I'm sick of looking at them. SVN revision: 2383
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!"