]> granicus.if.org Git - postgresql/blob - config/java.m4
There's always 1 file missed out ;-)
[postgresql] / config / java.m4
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