]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - autogen.sh
rc.sysinit: make sure /proc is mounted first
[projects/rc-scripts.git] / autogen.sh
index 5cba459c35a0310baf20c6a02ddb6b83b5ca8d4a..e644114856527015d4cd491b674e3ae4bc1766db 100755 (executable)
@@ -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.035898 seconds and 4 git commands to generate.