[pacman-dev] [PATCH] configure.ac: remove unnecessary swig-checks + quote possible unset variables in test
Hi, configure checked 3 times for swig. Only one check is required for all swig-based bindings. path enclosed. Jürgen
Might as well tack this in there too. Index: configure.ac =================================================================== RCS file: /home/cvs-pacman/pacman-lib/configure.ac,v retrieving revision 1.19 diff -u -r1.19 configure.ac --- configure.ac 21 Dec 2006 17:15:24 -0000 1.19 +++ configure.ac 22 Dec 2006 19:25:54 -0000 @@ -3,7 +3,7 @@ AC_PREREQ(2.59) dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots -AC_INIT([Pacman package manager], 3.4.0, [pacman-dev@archlinux.org], pacman) +AC_INIT([Pacman package manager], 3.0.0, [pacman-dev@archlinux.org], pacman) AC_LANG(C) AM_CONFIG_HEADER(config.h) AC_CANONICAL_SYSTEM
Applied, thanks guys.
participants (3)
-
Aaron Griffin
-
Dan McGee
-
Jürgen Hötzel