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

Commit79e2dd5

Browse files
author
Peter Mount
committed
There's always 1 file missed out ;-)
Found while testing against a full checkout. Peter
1 parentc18bb99 commit79e2dd5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎config/java.m4

Lines changed: 16 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp