We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18bb99 commit 79e2dd5Copy full SHA for 79e2dd5
config/java.m4
@@ -0,0 +1,16 @@
1
+#
2
+# Autoconf macros for configuring the build of Java JDBC Tools
3
4
+# $Header: /cvsroot/pgsql/config/Attic/java.m4,v 1.1 2001/03/05 10:02:35 peter Exp $
5
6
+
7
+# PGAC_PROG_ANT
8
+# -------------
9
+# Look for the ANT tool and set the output variable 'ANT' to 'ant'
10
+# if found, empty otherwise
11
+AC_DEFUN([PGAC_PROG_ANT],
12
+ [AC_PATH_PROGS(ANT, [ant ant.sh ant.bat])])
13
+AC_SUBST(ANT)
14
+#AC_DEFUN([PGAC_PROG_ANT],[AC_CHECK_PROG(ANT, ant, ant)
15
+#])
16
0 commit comments