summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-06-24 12:30:20 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-06-24 12:30:20 +0000
commit99b9f85740e355e8f0bc6b83e9050e50464efb1f (patch)
treed19c3b2787178f5b3fc6b294098f2212be06d900 /autogen.sh
parent3df180dcc693518a61e5af93e717ca3c822a5365 (diff)
Fixes to the configure script to cope with different pthread and getopt
libraries in order to compile on FreeBSD and possibly also on other platforms (Tim Hemel).
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 14a0b91..8a25f54 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#! /bin/sh
-aclocal-1.6 \
-&& automake-1.6 --gnu --add-missing \
+aclocal \
+&& automake --gnu --add-missing \
&& autoconf \
&& ./configure --enable-maintainer-mode