You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
regenerate configure and config.h.in
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@2844 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -1981,7 +1981,7 @@ fi;
|
||||
echo "$as_me:1981: checking for dports tree" >&5
|
||||
echo $ECHO_N "checking for dports tree... $ECHO_C" >&6
|
||||
|
||||
if test -n "$dportsdir" ; then
|
||||
if test "x$dportsdir" != "x" ; then
|
||||
if test -d "$dportsdir" -a -e "$dportsdir/PortIndex" ; then
|
||||
:
|
||||
else
|
||||
@@ -1990,14 +1990,14 @@ echo "$as_me: error: $dportsdir not a valid dports tree" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
else
|
||||
if test -n "/usr/dports" ; then
|
||||
if test "x/usr/dports" != "x" ; then
|
||||
if test -d "/usr/dports" -a -e "/usr/dports/PortIndex" ; then
|
||||
dportsdir=/usr/dports
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if test -n "$dportsdir" ; then
|
||||
if test "x$dportsdir" != "x" ; then
|
||||
echo "$as_me:2001: result: $dportsdir" >&5
|
||||
echo "${ECHO_T}$dportsdir" >&6
|
||||
DPORTSDIR="$dportsdir"
|
||||
@@ -2677,7 +2677,7 @@ EOF
|
||||
|
||||
fi
|
||||
|
||||
for ac_header in limits.h paths.h sys/file.h crt_externs.h fcntl.h
|
||||
for ac_header in limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h
|
||||
do
|
||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
echo "$as_me:2683: checking for $ac_header" >&5
|
||||
@@ -3445,7 +3445,7 @@ EOF
|
||||
fi
|
||||
fi
|
||||
|
||||
for ac_func in bzero memset dup2 regcomp strdup strerror strtol lockf flock
|
||||
for ac_func in bzero memset dup2 regcomp strdup strerror strtol fgetln lockf flock
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
echo "$as_me:3451: checking for $ac_func" >&5
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
/* Define if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Define if you have the `fgetln' function. */
|
||||
#undef HAVE_FGETLN
|
||||
|
||||
/* Define if you have the `flock' function. */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
@@ -79,6 +82,9 @@
|
||||
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
|
||||
#undef HAVE_SYS_DIR_H
|
||||
|
||||
/* Define if you have the <sys/fcntl.h> header file. */
|
||||
#undef HAVE_SYS_FCNTL_H
|
||||
|
||||
/* Define if you have the <sys/file.h> header file. */
|
||||
#undef HAVE_SYS_FILE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user