jfclere 2004/02/25 07:29:54
Modified: jk/native configure.in
Log:
PR 11008 and synchronize with native2 (AC_CANONICAL_SYSTEM!).
Revision Changes Path
1.30 +5 -5 jakarta-tomcat-connectors/jk/native/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- configure.in 6 Feb 2004 14:12:59 -0000 1.29
+++ configure.in 25 Feb 2004 15:29:54 -0000 1.30
@@ -6,6 +6,7 @@
AC_PREREQ(2.13)
AC_INIT(common/jk_worker.h)
AC_CONFIG_AUX_DIR(scripts/build/unix)
+AC_CANONICAL_SYSTEM
dnl package and version. (synchronization with common/jk_version.h ?)
PACKAGE=mod_jk
@@ -13,6 +14,9 @@
AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})
+AC_PROG_CC
+AC_PROG_LD
+
dnl Not sure what it does, but the libtool manual seems to require this
dnl It should use the native platform dlopen ( if available )
AC_LIBTOOL_DLOPEN
@@ -20,10 +24,6 @@
dnl AM_PROG_LIBTOOL often causes problems.
dnl I have solved them once using aclocal --acdir=/usr/local/share/aclocal/
AM_PROG_LIBTOOL
-
-AC_PROG_CC
-
-AC_PROG_LD
AC_PATH_PROG(TEST,test,$PATH)dnl
AC_SUBST(TEST)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]