Hash : 47ed792c Author : Date : 2007-09-18T15:16:17
r15102@catbus: nickm | 2007-09-18 11:12:43 -0400 Make the autogen.sh script executable. svn:r438
Download
1 2 3 4 5 6 7 8 9 10
#!/bin/sh LIBTOOLIZE=libtoolize if [ "$(uname)" == "Darwin" ] ; then LIBTOOLIZE=glibtoolize fi aclocal && \ autoheader && \ $LIBTOOLIZE && \ autoconf && \ automake --add-missing --copy