Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d5407e

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 parent671be61 commit0d5407e

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)

[8]ページ先頭

©2009-2025 Movatter.jp