From 99b9f85740e355e8f0bc6b83e9050e50464efb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 24 Jun 2003 12:30:20 +0000 Subject: 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). --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3