Hash : cabcd62f Author : Date : 2007-11-08T17:36:28
r16578@catbus: nickm | 2007-11-08 12:34:51 -0500 The == operator in shell is a bash-ism; do not use it in autogen.sh svn:r503
Download
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh LIBTOOLIZE=libtoolize SYSNAME=`uname` if [ "x$SYSNAME" = "xDarwin" ] ; then LIBTOOLIZE=glibtoolize fi aclocal && \ autoheader && \ $LIBTOOLIZE && \ autoconf && \ automake --add-missing --copy