]> granicus.if.org Git - libjpeg-turbo/commitdiff
Update build instructions for new autoconf, GitHub
authorDRC <dcommander@users.sourceforge.net>
Sat, 20 Jun 2015 16:27:51 +0000 (16:27 +0000)
committerDRC <information@libjpeg-turbo.org>
Wed, 13 Jan 2016 18:20:01 +0000 (12:20 -0600)
The Linux build machine has been upgraded to autoconf 2.69, automake
1.15, m4 1.4.17, and libtool 2.4.6, so it is no longer necessary to
recommend running autoreconf prior to building the source, if one is
building from an official source tarball (as opposed to from a git
sandbox.)  Also, there is no SVN repository anymore (oops.)

BUILDING.txt

index a3ec49db9a1b51a29026e37b23b47a3f0806fcd8..062641220020971a732af20c2b40d68faa57f280 100644 (file)
@@ -89,8 +89,8 @@ for 64-bit build instructions.)
   sh {source_directory}/configure [additional configure flags]
   make
 
-NOTE: Running autoreconf in the source directory is usually only necessary if
-building libjpeg-turbo from the SVN repository.
+NOTE: Running autoreconf in the source directory is not necessary if building
+libjpeg-turbo from one of the official release tarballs.
 
 This will generate the following files under .libs/
 
@@ -425,12 +425,6 @@ the SDK.
 Once built, lipo can be used to combine the ARMv6, v7, v7s, and/or v8 variants
 into a universal library.
 
-NOTE: If you are building libjpeg-turbo from the "official" project tarball,
-then it is highly likely that you will need to run 'autoreconf -fiv' in the
-source tree prior to building ARMv7, v7s, or v8 iOS binaries using the
-techniques described above.  Otherwise, you may get a libtool error such as
-"unable to infer tagged configuration."
-
 
 Building libjpeg-turbo for Android
 ----------------------------------