Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 79e2dd5

Browse files
author
Peter Mount
committed
There's always 1 file missed out ;-)
Found while testing against a full checkout. Peter
1 parent c18bb99 commit 79e2dd5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config/java.m4

+16
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)