]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-libtoolize.patch
- abiword-libtoolize.patch: add libtoolize invocations to build scripts.
[packages/abiword.git] / abiword-libtoolize.patch
1 --- autogen.sh~ Wed Jan 30 19:02:50 2002
2 +++ autogen.sh  Tue Mar 25 19:09:29 2003
3 @@ -1,6 +1,12 @@
4  #!/bin/sh
5  # Run this to generate all the initial makefiles, etc.
6  
7 +echo "      -> libtoolize --copy --force"
8 +libtoolize --copy --force || {
9 +       echo "**Error**: libtoolize failed.";
10 +       exit 1;
11 +}
12 +
13  echo "      -> aclocal -I $abi_topdir/ac-helpers"
14  aclocal -I $abi_topdir/ac-helpers || {
15         echo "**Error**: aclocal failed.";
This page took 0.099937 seconds and 4 git commands to generate.