2001-03-05 11:02:35 +01:00
|
|
|
#
|
|
|
|
# Autoconf macros for configuring the build of Java JDBC Tools
|
|
|
|
#
|
2001-03-11 12:24:59 +01:00
|
|
|
# $Header: /cvsroot/pgsql/config/Attic/java.m4,v 1.2 2001/03/11 11:24:59 petere Exp $
|
2001-03-05 11:02:35 +01:00
|
|
|
#
|
|
|
|
|
2001-03-11 12:24:59 +01:00
|
|
|
# PGAC_PATH_ANT
|
2001-03-05 11:02:35 +01:00
|
|
|
# -------------
|
|
|
|
# Look for the ANT tool and set the output variable 'ANT' to 'ant'
|
|
|
|
# if found, empty otherwise
|
2001-03-11 12:24:59 +01:00
|
|
|
AC_DEFUN([PGAC_PATH_ANT],
|
2001-03-05 11:02:35 +01:00
|
|
|
[AC_PATH_PROGS(ANT, [ant ant.sh ant.bat])])
|