diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -41,10 +41,11 @@ if [ "$1" == "--gettext-only" ]; then exit 0 fi +cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./ +cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./ + libtoolize -f -c aclocal --force autoheader -f autoconf -f automake -a -c --gnu --foreign -cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./ -cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./ |