Fix all links to libtool version info rules.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Mon, 7 May 2012 09:45:23 +0000 (19:45 +1000)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Mon, 7 May 2012 09:45:23 +0000 (19:45 +1000)
include/FLAC++/export.h
include/FLAC/all.h
include/FLAC/export.h
src/libFLAC++/Makefile.am
src/libFLAC/Makefile.am

index ab17410..e3bc51f 100644 (file)
@@ -69,7 +69,7 @@
 #endif
 
 /* These #defines will mirror the libtool-based library version number, see
- * http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
+ * http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
  */
 #define FLACPP_API_VERSION_CURRENT 8
 #define FLACPP_API_VERSION_REVISION 0
index a39ad6f..1aa3f7b 100644 (file)
  * in FLAC 1.1.3 is a set of \c #defines in \c export.h of each
  * library's includes (e.g. \c include/FLAC/export.h).  The
  * \c #defines mirror the libraries'
- * <A HREF="http://www.gnu.org/software/libtool/manual.html#Libtool-versioning">libtool version numbers</A>,
+ * <A HREF="http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning">libtool version numbers</A>,
  * e.g. in libFLAC there are \c FLAC_API_VERSION_CURRENT,
  * \c FLAC_API_VERSION_REVISION, and \c FLAC_API_VERSION_AGE.
  * These can be used to support multiple versions of an API during the
index 35a540c..d239b9b 100644 (file)
@@ -69,7 +69,7 @@
 #endif
 
 /** These #defines will mirror the libtool-based library version number, see
- * http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
+ * http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
  */
 #define FLAC_API_VERSION_CURRENT 10
 #define FLAC_API_VERSION_REVISION 0 /**< see above */
index 444b160..03155f6 100644 (file)
@@ -45,7 +45,7 @@ EXTRA_DIST = \
        libFLAC++_static.vcproj \
        libFLAC++.m4
 
-# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
+# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
 libFLAC___la_LDFLAGS = -version-info 8:0:3 @LT_NO_UNDEFINED@
 libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
 
index 134168e..b20e21a 100644 (file)
@@ -104,7 +104,7 @@ extra_ogg_sources = \
        ogg_helper.c \
        ogg_mapping.c
 endif
-# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
+# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
 libFLAC_la_LDFLAGS = -version-info 10:0:2 $(LOCAL_EXTRA_LDFLAGS) @LT_NO_UNDEFINED@
 libFLAC_la_SOURCES = \
        bitmath.c \