summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-12-04 21:42:21 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-12-04 21:42:21 +0100
commit6c3cb8ec68875102bf4cfc2900daea9b5d11a5cc (patch)
tree95f6af06a22a401756c08053cc84de142d53b230
parent8acfe83cb4c50807eec1f261f5ee2eb8fb4025b2 (diff)
Fix bootstrap.sh to find the correct macro files.
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 2c872e1..30ae6cf 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -55,7 +55,7 @@ else
mkdir -p common
"$LIBTOOLIZE" -c --force
- run_versioned aclocal "$VERSION" -I common
+ run_versioned aclocal "$VERSION" -I m4
run_versioned autoconf 2.59 -Wall
run_versioned autoheader 2.59
run_versioned automake "$VERSION" -a -c --foreign