summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Mount2001-03-05 10:02:35 +0000
committerPeter Mount2001-03-05 10:02:35 +0000
commit79e2dd5875c3311097b22e78445cf2623bd0b7c1 (patch)
treeaea0e9cc1f7e44283602a09c5b5525201120137f
parentc18bb990d3172b9e11671633975d2505b49aa661 (diff)
There's always 1 file missed out ;-)
Found while testing against a full checkout. Peter
-rw-r--r--config/java.m416
1 files changed, 16 insertions, 0 deletions
diff --git a/config/java.m4 b/config/java.m4
new file mode 100644
index 0000000000..e32fb60948
--- /dev/null
+++ b/config/java.m4
@@ -0,0 +1,16 @@
+#
+# Autoconf macros for configuring the build of Java JDBC Tools
+#
+# $Header: /cvsroot/pgsql/config/Attic/java.m4,v 1.1 2001/03/05 10:02:35 peter Exp $
+#
+
+# PGAC_PROG_ANT
+# -------------
+# Look for the ANT tool and set the output variable 'ANT' to 'ant'
+# if found, empty otherwise
+AC_DEFUN([PGAC_PROG_ANT],
+ [AC_PATH_PROGS(ANT, [ant ant.sh ant.bat])])
+AC_SUBST(ANT)
+#AC_DEFUN([PGAC_PROG_ANT],[AC_CHECK_PROG(ANT, ant, ant)
+#])
+