]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - autogen.sh
grep fixed strings where appropriate
[projects/rc-scripts.git] / autogen.sh
index d766dc55c852b9257deef659e4e938f048c045eb..e644114856527015d4cd491b674e3ae4bc1766db 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: autogen.sh,v 1.9 2002/05/11 09:36:51 misiek Exp $
+# $Id$
 # Run this to generate all the initial makefiles, etc.
 
 srcdir=`dirname $0`
@@ -7,6 +7,14 @@ test -z "$srcdir" && srcdir=.
 
 PKG_NAME="PLD Linux Distribution rc-scripts"
 
+if [ "$1" = "changelog" ]; then
+       ./changelog.sh
+    exit 0
+fi
+
+cd "$srcdir"
+
+    
 (test -f $srcdir/configure.ac \
   && test -d $srcdir/src) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
@@ -129,7 +137,7 @@ do
   fi
 done
 
-conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
+conf_flags="" #--enable-maintainer-mode --enable-compile-warnings --enable-iso-c
 
 if test x$NOCONFIGURE = x; then
   echo Running $srcdir/configure $conf_flags "$@" ...
This page took 0.129182 seconds and 4 git commands to generate.