Hash : 51fde166 Author : Date : 2006-11-22T04:35:56
forgot to add this svn:r272
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