[pacman-dev] CVS update of pacman-lib (autogen.sh)

Aaron Griffin aaron at archlinux.org
Mon Feb 12 20:30:47 EST 2007


    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 ./




More information about the pacman-dev mailing list