summaryrefslogtreecommitdiffstats
path: root/tinyNET/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tinyNET/autogen.sh')
-rw-r--r--tinyNET/autogen.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/tinyNET/autogen.sh b/tinyNET/autogen.sh
new file mode 100644
index 0000000..9c875b0
--- /dev/null
+++ b/tinyNET/autogen.sh
@@ -0,0 +1,17 @@
+echo libtoolize
+libtoolize --copy --force
+
+echo "aclocal"
+aclocal
+
+echo "autoheader"
+autoheader
+
+echo "create NEWS, README, AUTHORS and ChangeLog"
+touch NEWS README AUTHORS ChangeLog
+
+echo "automake"
+automake -a
+
+echo "autoconf"
+autoconf \ No newline at end of file
OpenPOWER on IntegriCloud