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

Commit 0d5407e

Browse files
committed
Throw error if Ant is not found and Java is requested. Remove redundant
AC_SUBST that messed up the diversions and thus the configure output.
1 parent 671be61 commit 0d5407e

File tree

3 files changed

+406
-506
lines changed

3 files changed

+406
-506
lines changed

config/java.m4

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
#
22
# Autoconf macros for configuring the build of Java JDBC Tools
33
#
4-
# $Header: /cvsroot/pgsql/config/Attic/java.m4,v 1.1 2001/03/05 10:02:35 peter Exp $
4+
# $Header: /cvsroot/pgsql/config/Attic/java.m4,v 1.2 2001/03/11 11:24:59 petere Exp $
55
#
66

7-
# PGAC_PROG_ANT
7+
# PGAC_PATH_ANT
88
# -------------
99
# Look for the ANT tool and set the output variable 'ANT' to 'ant'
1010
# if found, empty otherwise
11-
AC_DEFUN([PGAC_PROG_ANT],
11+
AC_DEFUN([PGAC_PATH_ANT],
1212
[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)