Update of /cvsroot/mod-auth/mod_authn_pop3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1119
Modified Files:
autogen.sh
Removed Files:
aclocal.m4 depcomp install-sh ltconfig ltmain.sh missing
Log Message:
remove autocrap thats not needed.
Index: autogen.sh
===================================================================
RCS file: /cvsroot/mod-auth/mod_authn_pop3/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autogen.sh 11 Nov 2003 03:26:48 -0000 1.1
+++ autogen.sh 2 Mar 2004 08:27:15 -0000 1.2
@@ -1,19 +1,13 @@
#!/bin/sh
# autogen.sh - generates configure using the autotools
# $Id$
-#libtoolize --force --copy
-libtoolize14 --force --copy
-#aclocal
+libtoolize --force --copy
+#libtoolize14 --force --copy
+aclocal
autoheader
-automake --add-missing
-
-echo
-echo "Using `autoconf --version`, if you have problems"
-echo "while building then edit autogen.sh and rerun it..."
-echo
-#autoconf
+touch NEWS
+automake --add-missing --copy
+rm NEWS
+autoconf
+rm -rf autom4te.cache
-## autoconf 2.53 will not work, at least on FreeBSD. Change the following
-## line appropriately to call autoconf 2.13 instead. This one works for
-## FreeBSD 4.7:
-autoconf213
--- aclocal.m4 DELETED ---
--- depcomp DELETED ---
--- install-sh DELETED ---
--- ltconfig DELETED ---
--- ltmain.sh DELETED ---
--- missing DELETED ---
|