Mercurial > hg > libxtract
changeset 15:b424f279dfa3
Fixed autogen.sh for OS X
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Tue, 10 Oct 2006 07:48:30 +0000 |
parents | 56629cbbb017 |
children | 57c865715619 |
files | autogen.sh |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/autogen.sh Mon Oct 09 10:32:48 2006 +0000 +++ b/autogen.sh Tue Oct 10 07:48:30 2006 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # This works on Gentoo, whose automake wrapper is based on Mandrake: -WANT_AUTOMAKE=1.7 +WANT_AUTOMAKE=1.6 export WANT_AUTOMAKE @@ -12,14 +12,14 @@ ;; Darwin) LIBTOOLIZE=glibtoolize - ACLOCALARGS='-I /usr/local/share/aclocal' + ACLOCALARGS='-I /usr/share/aclocal' ;; *) echo error: unrecognized OS exit 1 ;; esac -AUTOMAKE_REQ=1.7 +AUTOMAKE_REQ=1.6 # Automake version check from MusE lessthan () {