forked from Lainports/freebsd-ports
PR: ports/64076 Submitted by: Jim Shewmaker <jims@bluenotch.com> Reviewed by: rushani (maintainer) Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
10 lines
311 B
Text
10 lines
311 B
Text
--- configure.in.orig Wed Mar 17 02:11:09 2004
|
|
+++ configure.in Wed Mar 17 02:11:24 2004
|
|
@@ -51,6 +51,7 @@
|
|
AC_PATH_PROG(PROG_ID, id)
|
|
AC_PATH_PROG(PROG_PW, pw)
|
|
AC_PATH_PROG(PROG_PWD_MKDB, pwd_mkdb)
|
|
+AC_PATH_PROG(PROG_RM, rm)
|
|
|
|
dnl Features wanted for this installation:
|
|
dnl Command-line args to ./configure
|