[pacman-dev] CVS update of pacman-lib (autogen.sh)
Date: Monday, February 12, 2007 @ 20:30:47 Author: aaron Path: /home/cvs-pacman/pacman-lib Modified: autogen.sh (1.4 -> 1.5) These were in the wrong order, so errored for me. ------------+ autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Index: pacman-lib/autogen.sh diff -u pacman-lib/autogen.sh:1.4 pacman-lib/autogen.sh:1.5 --- pacman-lib/autogen.sh:1.4 Mon Jan 29 17:30:15 2007 +++ pacman-lib/autogen.sh Mon Feb 12 20:30:47 2007 @@ -41,10 +41,11 @@ 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 ./
participants (1)
-
Aaron Griffin