]> jfr.im git - solanum.git/blobdiff - autogen.sh
ERROR instead of NOTICE for failed WEBIRC
[solanum.git] / autogen.sh
index a317574a0ce851b4fb14611fe4e42f9036a5f1b1..6348810bc87cd31dabe395b380a3d9bc65ff0713 100755 (executable)
@@ -13,6 +13,7 @@ ACLOCAL=${ACLOCAL:-aclocal}
 AUTOMAKE=${AUTOMAKE:-automake}
 AUTOHEADER=${AUTOHEADER:-autoheader}
 LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
+#SHTOOLIZE=${SHTOOLIZE:-shtoolize}
 
 dump_help_screen ()
 {
@@ -78,10 +79,10 @@ run_or_die ()
 
 parse_options "$@"
 
-echo "Building libratbox autotools files."
+echo "Building librb autotools files."
 
-cd "$TOP_DIR"/libratbox
-bash autogen.sh
+cd "$TOP_DIR"/librb
+sh autogen.sh
 
 echo "Building main autotools files."
 
@@ -92,3 +93,4 @@ run_or_die $LIBTOOLIZE --force --copy
 run_or_die $AUTOHEADER
 run_or_die $AUTOCONF
 run_or_die $AUTOMAKE --add-missing --copy
+#run_or_die $SHTOOLIZE all