RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 25-Jun-2007 10:08:51
Branch: HEAD Handle: 2007062509085000
Modified files:
rpm CHANGES configure.ac
Log:
rename Autoconf --enable-ld-version-script to
--enable-build-versionscript for consistency reasons and add a hint to
the description that this is more or less a GNU ld(1) specific thing
Summary:
Revision Changes Path
1.1395 +1 -0 rpm/CHANGES
2.132 +3 -3 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.1394 -r1.1395 CHANGES
--- rpm/CHANGES 25 Jun 2007 06:37:12 -0000 1.1394
+++ rpm/CHANGES 25 Jun 2007 08:08:50 -0000 1.1395
@@ -1,4 +1,5 @@
4.5 -> 5.0:
+ - rse: rename Autoconf --enable-ld-version-script to --enable-build-versionscript for consistency reasons
- rse: make PIC/PIE/warnings build flags controllable via Autoconf --enable-build-{pic,pie,warnings}
- rse: cleanup Autoconf glue for static linking by resurrecting functionality under --enable-build-static
- rse: replace too weak Autoconf glue for C99 va_copy(3) with a more sophisticated solution
@@ .
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.131 -r2.132 configure.ac
--- rpm/configure.ac 25 Jun 2007 08:03:00 -0000 2.131
+++ rpm/configure.ac 25 Jun 2007 08:08:50 -0000 2.132
@@ -134,10 +134,10 @@
*-*-gnu* ) have_ld_version_script=yes ;;
esac
AC_ARG_ENABLE(
- [ld-version-script],
+ [build-versionscript],
AC_HELP_STRING(
- [--enable-ld-version-script],
- [enable/disable use of linker version script. (default is system dependent)]),
+ [--enable-build-versionscript],
+ [enable/disable use of GNU ld(1) version script (default is system dependent)]),
[have_ld_version_script=$enableval], [:])
AM_CONDITIONAL(
[HAVE_LD_VERSION_SCRIPT],
@@ .
Received on Mon Jun 25 10:08:51 2007