]> granicus.if.org Git - libnl/commitdiff
Remove obsolete release notes at end of configure
authorThomas Graf <tgraf@suug.ch>
Tue, 22 Jan 2013 18:15:34 +0000 (19:15 +0100)
committerThomas Graf <tgraf@suug.ch>
Wed, 23 Jan 2013 10:02:49 +0000 (11:02 +0100)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
configure.ac

index 08b61a40cc9ccd2ab1352cef3ffbf99ed179fbb2..2c315522bd58e1a301d15025cb5348b8557959e3 100644 (file)
@@ -149,10 +149,7 @@ echo "    - The library basename was renamed to libnl-${MAJ_VERSION}, i.e. the S
 echo "      libnl-${MAJ_VERSION}.so., libnl-route-${MAJ_VERSION}.so, etc."
 echo ""
 echo "    - libtool versioning was assumed, to ease detection of compatible library"
-echo "      versions. libnl-${MAJ_VERSION}.so.CURRENT.REVISION.AGE where."
-echo "          CURRENT  := 100 * \$MINOR_VERSION + \$MICRO_VERSION"
-echo "          REVISION := nth revision if API was unchanged"
-echo "          AGE      := nth revision that is backwards compatible."
+echo "      versions."
 echo ""
 echo " If you are using pkg-config for detecting and linking against the library "
 echo " things will continue magically as if nothing every happened. If you are "