dbertoni 01/08/30 11:46:43
Modified: c/src configure.in
Log:
Removed more anachronisms.
Revision Changes Path
1.4 +0 -13 xml-xalan/c/src/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configure.in 2001/08/14 16:10:18 1.3
+++ configure.in 2001/08/30 18:46:43 1.4
@@ -1,6 +1,5 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT(PlatformSupport/PlatformSupportDefinitions.hpp)
-dnl AC_CONFIG_HEADER(common/icucfg.h)
dnl Checks for programs
AC_PROG_CC
@@ -21,9 +20,6 @@
dnl fi
dnl
-dnl Checks for typedefs
-AC_CHECK_TYPE(XMLByte,unsigned char)
-
dnl Determine the host system and Makefile fragment
AC_CANONICAL_HOST
@@ -69,15 +65,6 @@
libs=${LIBS}
AC_SUBST(libs)
-
-uselibwww=${USELIBWWW}
-AC_SUBST(uselibwww)
-
-messageloader=${MESSAGELOADER}
-AC_SUBST(messageloader)
-
-transcoder=${TRANSCODER}
-AC_SUBST(transcoder)
dnl output the Makefiles
+AC_OUTPUT([Makefile])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]