Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=51b3672542cc2f8b0c4b4922c7b8ed62a63d5b94
commit 51b3672542cc2f8b0c4b4922c7b8ed62a63d5b94 Author: Priyank <[EMAIL PROTECTED]> Date: Sun Nov 4 13:55:55 2007 +0530 autogen.sh * added missing intltoolize and libtoolize commands diff --git a/autogen.sh b/autogen.sh index 502c2c0..7cf73b2 100644 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,11 @@ #!/bin/sh -e +intltoolize -c -f --automake +libtoolize -f -c aclocal --force autoheader -f autoconf -f cp -f $(dirname $(which automake))/../share/automake/mkinstalldirs ./ cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./ automake -a -c --gnu --foreign + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
