summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-01-22 19:15:34 +0100
committerThomas Graf <tgraf@suug.ch>2013-01-23 11:02:49 +0100
commit2b96c3381d1048d36e58d312b186f439d74c895d (patch)
treeb15183fadcdbf813d600eb75d9568c834c447d22
parentf20bbe1f07fcff1509425884f5ed72ca8d5fb6ab (diff)
downloadlibnl-2b96c3381d1048d36e58d312b186f439d74c895d.tar.gz
Remove obsolete release notes at end of configure
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 08b61a4..2c31552 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 "