]> granicus.if.org Git - graphviz/commitdiff
make autogen.sh do initial ./configure (more consistent with other packages)
authorellson <devnull@localhost>
Wed, 26 Jan 2005 16:32:32 +0000 (16:32 +0000)
committerellson <devnull@localhost>
Wed, 26 Jan 2005 16:32:32 +0000 (16:32 +0000)
autogen.sh

index 786742722d79131187f7559d917fe30795941de8..98abd05cfc23ecfa182f21ecd63606b06f7cdad0 100755 (executable)
@@ -16,7 +16,4 @@ patch -N -p0 <ltmain.sh.patch
 rm -f COPYING
 cp cpl1.0.txt COPYING
 
-#./configure "$@"
-
-echo
-echo "Now type './configure'"
+./configure "$@"