Tweak default access restrictions for "set unreviewed *".
[srvx.git] / autogen.sh
index f5a8d7671cda267642eda9cf3980e1576115f3e2..c323d40d31e53139175d4736e4f90e1e39fae687 100755 (executable)
@@ -1,16 +1,7 @@
 #! /bin/sh
 
-aclocal
+libtoolize --automake -c -f
+aclocal -Wall
 autoheader -Wall
-automake -a --gnu Makefile rx/Makefile src/Makefile
+automake --gnu -a -c
 autoconf -Wall
-if [ -d ./src/srvx ] ; then
-  echo "WARNING: It looks like you still have the obsolete src/srvx directory."
-  echo "Since we try to compile the binary into that place, this will break the"
-  echo "compile.  This is probably because you did not \"cvs update\" properly"
-  echo "(i.e. with the -P flag).  Since you almost always want to do \"cvs update -P\","
-  echo "we suggest you add a line similar to \"update -P\" to your ~/.cvsrc file."
-  echo "For example:"
-  echo "  echo update -P >> ~/.cvsrc"
-  echo "At the very least, \"rm -r src/srvx\" before you try to compile."
-fi