summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2005-04-06 15:33:36 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2005-04-06 15:33:36 +0000
commitb0b16e08bc7d55177299e28721735130d687c318 (patch)
tree0adf5d573fb9cac4d970bc6dae0c9f6fa592d3df /autogen.sh
parent89701ce911a2030b0437708484e2d9abe7377acb (diff)
downloadcanutils-b0b16e08bc7d55177299e28721735130d687c318.tar.gz
canutils-b0b16e08bc7d55177299e28721735130d687c318.tar.xz
cleanups, install now can.h
git-svn-id: https://iocaste.extern.pengutronix.de/svn/canutils/trunks/canutils-1.0-trunks@15 5fd5a299-6ef2-0310-aa18-8b01d7c39d8c
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh16
1 files changed, 9 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index fb5808c..a4dddc3 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,14 +1,16 @@
#!/bin/sh
-echo "running libtoolize (tested with 1.5.6)..."
-libtoolize --force -c
-
echo "running aclocal (tested with 1.7.9)..."
-aclocal
+aclocal -I config/m4
-echo "running autoconf (tested with 2.59)..."
-autoconf
+echo "running libtoolize (tested with 1.5.6)..."
+libtoolize --force
+
+echo "running autoheader"
+autoheader
echo "running automake (tested with 1.7.9)..."
-automake
+automake --add-missing --gnu -Wall
+echo "running autoconf (tested with 2.59)..."
+autoconf \ No newline at end of file