[netfilter-cvslog] r4452 - trunk/libnetfilter_queue

laforge at netfilter.org laforge at netfilter.org
Sat Nov 5 10:41:07 CET 2005


Author: laforge at netfilter.org
Date: 2005-11-05 10:41:04 +0100 (Sat, 05 Nov 2005)
New Revision: 4452

Modified:
   trunk/libnetfilter_queue/autogen.sh
Log:
remove 1.6 specific autotool calls


Modified: trunk/libnetfilter_queue/autogen.sh
===================================================================
--- trunk/libnetfilter_queue/autogen.sh	2005-11-05 09:26:40 UTC (rev 4451)
+++ trunk/libnetfilter_queue/autogen.sh	2005-11-05 09:41:04 UTC (rev 4452)
@@ -11,7 +11,8 @@
     fi
 }
 
-run aclocal-1.6
+run libtoolize
+run aclocal
 #run autoheader
-run automake-1.6 -a
+run automake -a
 run autoconf




More information about the netfilter-cvslog mailing list