[netfilter-cvslog] r4196 - trunk/libnfnetlink_queue

laforge at netfilter.org laforge at netfilter.org
Sat Jul 30 22:59:25 CEST 2005


Author: laforge at netfilter.org
Date: 2005-07-30 22:59:25 +0200 (Sat, 30 Jul 2005)
New Revision: 4196

Added:
   trunk/libnfnetlink_queue/autogen.sh
Log:
add autogen.sh


Added: trunk/libnfnetlink_queue/autogen.sh
===================================================================
--- trunk/libnfnetlink_queue/autogen.sh	2005-07-30 20:59:07 UTC (rev 4195)
+++ trunk/libnfnetlink_queue/autogen.sh	2005-07-30 20:59:25 UTC (rev 4196)
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+run ()
+{
+    echo "running: $*"
+    eval $*
+
+    if test $? != 0 ; then
+	echo "error: while running '$*'"
+	exit 1
+    fi
+}
+
+run aclocal
+#run autoheader
+run automake -a
+run autoconf


Property changes on: trunk/libnfnetlink_queue/autogen.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the netfilter-cvslog mailing list