bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 16/21] Remove the code running ./configure from autogen.sh - I am


From: John Darrington
Subject: [PATCH 16/21] Remove the code running ./configure from autogen.sh - I am of the opinion, that the bootstrap process and the configuration should be kept seperate. It should be possible to bootstrap without configuring.
Date: Sun, 12 Jan 2014 12:00:29 +0100

* autogen.sh: Remove code which runs ./configure
---
 autogen.sh |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 0dad6bd..67660d5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -34,12 +34,3 @@ aclocal || exit 1
 
 echo "  running autoconf"
 autoconf || exit 1
-
-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."
-else
-       echo "running ./configure $@"
-fi
-
-$srcdir/configure "$@" && echo
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]