diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-03-23 21:42:13 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-03-23 21:42:13 +0000 |
commit | 1e16f0d96ea9a6a7f40b5d69961b805cffb28d1d (patch) | |
tree | 8a38bd6d084be0d25e6f954b3804f3188259a1ee | |
parent | 3d6c03e4eaff6499df980de154ba220f0312a899 (diff) | |
download | rpm-setup-1e16f0d96ea9a6a7f40b5d69961b805cffb28d1d.tar rpm-setup-1e16f0d96ea9a6a7f40b5d69961b805cffb28d1d.tar.gz rpm-setup-1e16f0d96ea9a6a7f40b5d69961b805cffb28d1d.tar.bz2 rpm-setup-1e16f0d96ea9a6a7f40b5d69961b805cffb28d1d.tar.xz rpm-setup-1e16f0d96ea9a6a7f40b5d69961b805cffb28d1d.zip |
version 1.1261.126
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 1.126 - 23 March 2011, by Nicolas Vigier +- pkgconfigdeps.sh: check if the list of .pc files is not null before + running pkg-config on it + Version 1.125 - 23 March 2011, by Nicolas Vigier - pkgconfigdeps.sh was incorrectly checking for pkg-config output (bug #497) diff --git a/configure.ac b/configure.ac index a5c61d8..39ec269 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.125, boklm@mars-attacks.org) +AC_INIT(rpm-mageia-setup, 1.126, boklm@mars-attacks.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |