Author: rjung
Date: Wed Feb 26 12:29:31 2014
New Revision: 1572031

URL: http://svn.apache.org/r1572031
Log:
Rename configure.in to configure.ac.
auto tools complain now about configure.in
name and configure.ac is preferred since many
years.

Added:
    tomcat/jk/trunk/native/configure.ac
      - copied unchanged from r1572028, tomcat/jk/trunk/native/configure.in
Removed:
    tomcat/jk/trunk/native/configure.in
Modified:
    tomcat/jk/trunk/HOWTO-RELEASE.txt
    tomcat/jk/trunk/native/BUILDING.txt

Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEASE.txt?rev=1572031&r1=1572030&r2=1572031&view=diff
==============================================================================
--- tomcat/jk/trunk/HOWTO-RELEASE.txt (original)
+++ tomcat/jk/trunk/HOWTO-RELEASE.txt Wed Feb 26 12:29:31 2014
@@ -44,7 +44,7 @@ Check version numbers in the files that 
 "Update source for next version" below:
 
 native/STATUS.txt
-native/configure.in
+native/configure.ac
 native/common/jk_version.h
 native/iis/installer/isapi-redirector-win32-msi.ism
 xdocs/miscellaneous/changelog.xml
@@ -155,7 +155,7 @@ Update source for next version
 
 native/STATUS.txt: Add release date for released version and
                    status "in development" for new version.
-native/configure.in: Update variable VERSION.
+native/configure.ac: Update variable VERSION.
 native/common/jk_version.h: Update variables JK_VERMAJOR, JK_VERMINOR, 
JK_VERFIX,
                             JK_VERSTRING, and JK_VERISRELEASE.
 native/iis/installer/isapi-redirector-win32-msi.ism: Update ProductVersion.

Modified: tomcat/jk/trunk/native/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/BUILDING.txt?rev=1572031&r1=1572030&r2=1572031&view=diff
==============================================================================
--- tomcat/jk/trunk/native/BUILDING.txt (original)
+++ tomcat/jk/trunk/native/BUILDING.txt Wed Feb 26 12:29:31 2014
@@ -142,7 +142,7 @@
   - libtool files in scripts/build/unix (should copy them?)
   - Makefile.in from Makefile.am
   - aclocal.m4 from different m4 files located on the local machine
-  - configure from configure.in and aclocal.m4
+  - configure from configure.ac and aclocal.m4
 
   buildconf.sh is known to work with libtool 1.5.2, automake 1.10
   and autoconf 2.59 or newer. The use of more recent versions is



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to