From: Todd C. Miller Date: Sat, 4 Jun 1994 18:48:19 +0000 (+0000) Subject: replace strdup & realpath & getcwd if missing X-Git-Tag: SUDO_1_3_1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e09ec9e8bedc556522be8b3a266adebc523c762;p=sudo replace strdup & realpath & getcwd if missing --- diff --git a/configure.in b/configure.in index 836fff428..99181d42d 100644 --- a/configure.in +++ b/configure.in @@ -118,6 +118,7 @@ AC_PROG_YACC AC_PROG_LEX SUDO_PROG_INSTALL SUDO_PROG_SENDMAIL +SUDO_PROG_PWD SUDO_PROG_VI dnl dnl Header file checks @@ -140,7 +141,11 @@ esac dnl dnl Function checks dnl -AC_HAVE_FUNCS(getcwd strdup strchr strrchr sysconf) +AC_HAVE_FUNCS(getcwd getwd strchr strrchr sysconf) +dnl +dnl Function checks w/ replacements +dnl +AC_REPLACES_FUNCS(strdup realpath getcwd) dnl dnl library checks dnl