summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-03-16 14:14:19 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-03-16 14:14:19 +0000
commit77938d6d3e17e8ec737167b135fa57b2c1a59253 (patch)
tree765d01d5ce55a6d7b494b00930612d4712709102 /autogen.sh
parent0c2f23d41686fa1f034b199c186cdf67ffa7242d (diff)
downloadcanutils-77938d6d3e17e8ec737167b135fa57b2c1a59253.tar.gz
canutils-77938d6d3e17e8ec737167b135fa57b2c1a59253.tar.xz
initial checkin
git-svn-id: https://iocaste.extern.pengutronix.de/svn/canutils/trunks/canutils-1.0-trunks@3 5fd5a299-6ef2-0310-aa18-8b01d7c39d8c
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 0000000..fb5808c
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+echo "running libtoolize (tested with 1.5.6)..."
+libtoolize --force -c
+
+echo "running aclocal (tested with 1.7.9)..."
+aclocal
+
+echo "running autoconf (tested with 2.59)..."
+autoconf
+
+echo "running automake (tested with 1.7.9)..."
+automake
+