summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2015-11-10 17:26:39 -0500
committerWill Estes <westes575@gmail.com>2015-11-10 17:26:39 -0500
commit589bb43094b3612abd42926fbc3bc4e9d776133e (patch)
tree1f3bb3e31749f2994a8081677c2abee4ce3e3f7d
parentb382a56bf33a80287010a763b5ada05d76558c4e (diff)
Called libtoolize directly because autoreconf fails to pick up LT_INIT properly
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a298f07..627f92e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,4 +29,5 @@
#Makefile first.)
touch ChangeLog
-autoreconf --install --verbose --force
+libtoolize --install --force
+autoreconf --install --force