summaryrefslogtreecommitdiff
path: root/config/java.m4
diff options
context:
space:
mode:
authorPeter Eisentraut2002-03-29 17:32:55 +0000
committerPeter Eisentraut2002-03-29 17:32:55 +0000
commit7c1ff354105e2256d7904497d8e282ccec53d2e6 (patch)
treeae1c9485bf5eda1e049d11e327d5c759da2c19d2 /config/java.m4
parenteb1ee9e63f1076753769f4ef1e8e0a93898a3e34 (diff)
Upgrade to Autoconf version 2.53. Replaced many custom macro
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
Diffstat (limited to 'config/java.m4')
-rw-r--r--config/java.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/config/java.m4 b/config/java.m4
index a1faaae3e96..2f7de3a42ad 100644
--- a/config/java.m4
+++ b/config/java.m4
@@ -1,7 +1,7 @@
#
# Autoconf macros for configuring the build of Java JDBC Tools
#
-# $Header: /cvsroot/pgsql/config/Attic/java.m4,v 1.3 2001/07/04 21:22:55 petere Exp $
+# $Header: /cvsroot/pgsql/config/Attic/java.m4,v 1.4 2002/03/29 17:32:54 petere Exp $
#
@@ -34,10 +34,10 @@ EOF
if test $? = 0 && test -f ./conftest.class ; then
pgac_cv_prog_ant_works=yes
else
- echo "configure: failed java program was:" >&AC_FD_CC
- cat conftest.java >&AC_FD_CC
- echo "configure: failed build file was:" >&AC_FD_CC
- cat conftest.xml >&AC_FD_CC
+ echo "configure: failed java program was:" >&AS_MESSAGE_LOG_FD
+ cat conftest.java >&AS_MESSAGE_LOG_FD
+ echo "configure: failed build file was:" >&AS_MESSAGE_LOG_FD
+ cat conftest.xml >&AS_MESSAGE_LOG_FD
pgac_cv_prog_ant_works=no
fi