]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-configure-autoconf.patch
- chroot back to old root, not to old pwd
[packages/rpm.git] / rpm-configure-autoconf.patch
1 --- rpm-5.2.0/configure.ac.wiget        2010-04-25 23:03:56.000000000 +0200
2 +++ rpm-5.2.0/configure.ac      2010-04-25 23:04:35.190129911 +0200
3 @@ -8,7 +8,7 @@ dnl ##
4  
5  AC_PREREQ(2.63)
6  AC_DEFUN([PACKAGE_BUGREPORT_DEFAULT], [rpm-devel@rpm5.org])
7 -AC_INIT([rpm],[5.2.0],[PACKAGE_BUGREPORT_DEFAULT])
8 +AC_INIT([rpm],[5.2.0],PACKAGE_BUGREPORT_DEFAULT)
9  PACKAGE_TIMESTAMP="2009" dnl # YYYY[-MM[-DD[ HH[:MM]]]]
10  AC_MSG_TITLE([RPM Package Manager (RPM)], [$PACKAGE_VERSION])
11  
This page took 0.249469 seconds and 3 git commands to generate.