]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-libtoolize.patch
- 2.4.4, collab plugin removed upstream (will be a part of 2.6.x release)
[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.07037 seconds and 3 git commands to generate.