projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358e0a8
)
There's always 1 file missed out ;-)
author
Peter Mount
<peter@retep.org.uk>
Mon, 5 Mar 2001 10:02:35 +0000
(10:02 +0000)
committer
Peter Mount
<peter@retep.org.uk>
Mon, 5 Mar 2001 10:02:35 +0000
(10:02 +0000)
Found while testing against a full checkout. Peter
config/java.m4
[new file with mode: 0644]
patch
|
blob
diff --git a/config/java.m4
b/config/java.m4
new file mode 100644
(file)
index 0000000..
5f5e893
--- /dev/null
+++ b/
config/java.m4
@@ -0,0
+1,16
@@
+#
+# Autoconf macros for configuring the build of Java JDBC Tools
+#
+# $Header$
+#
+
+# 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)
+#])
+