Changeset 3173
- Timestamp:
- Apr 22, 2007, 7:17:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-apps/findutils/configure.in
r3170 r3173 36 36 [ac_cv_d_type=$enableval],[ac_cv_d_type=yes]) 37 37 38 dnl This one has no default, because otherwise we would have to say 38 dnl This one has no default, because otherwise we would have to say 39 39 dnl both --enable-d_type-optimisation=no and --enable-d_type-optimization=no 40 40 dnl to turn it off. … … 91 91 92 92 dnl Older versions of gnulib/m4/nls.m4 provide AM_MKINSTALLDIRS. 93 dnl The current version of gnulib does not, but the version of 93 dnl The current version of gnulib does not, but the version of 94 94 dnl po/Makefile.in.in that comes with gettext-0.14.6 expects 95 95 dnl that @MKINSTALLDIRS@ will be expanded. 96 96 AM_MKINSTALLDIRS 97 97 98 dnl lib/regexprops needs to be a native program, because we need to 98 dnl lib/regexprops needs to be a native program, because we need to 99 99 dnl run it in order to generate the documentation about the properties 100 100 dnl of regular expressions. See lib/Makefile.am. … … 103 103 dnl Try to get a POSIX.1 environment. 104 104 105 dnl Checks for libraries. If getpwnam() isn't present in the 105 dnl Checks for libraries. If getpwnam() isn't present in the 106 106 dnl C library, try -lsun. 107 107 AC_CHECK_FUNC(getpwnam, [], … … 161 161 AC_FUNC_CLOSEDIR_VOID 162 162 163 dnl We don't just use AC_FUNC_GETMNTENT directly because it 164 dnl will try to use -lsun on platforms which have getmntent() in the 163 dnl We don't just use AC_FUNC_GETMNTENT directly because it 164 dnl will try to use -lsun on platforms which have getmntent() in the 165 165 dnl C library, for example UNICOS. 166 166 AC_CHECK_FUNC(getmntent, [], [AC_FUNC_GETMNTENT]) … … 171 171 dnl Checks for library functions that are provided by findlib. 172 172 FINDLIB_REPLACE_FUNCS(waitpid strspn) 173 FINDLIB_REPLACE_FUNCS(forcefindlib) 173 dnl FINDLIB_REPLACE_FUNCS(forcefindlib) - crap! screws up with emxomfar. 174 174 175 175 dnl gl_XALLOC … … 207 207 208 208 209 AC_CHECK_MEMBER(struct dirent.d_type,,,[ 209 AC_CHECK_MEMBER(struct dirent.d_type,,,[ 210 210 #include <sys/types.h> 211 211 #include <dirent.h>]) … … 229 229 AC_CONFIG_FILES(gnulib/Makefile gnulib/lib/Makefile) 230 230 AC_CONFIG_FILES(m4/Makefile) 231 AC_CONFIG_FILES([Makefile 231 AC_CONFIG_FILES([Makefile 232 232 find/Makefile find/testsuite/Makefile 233 233 xargs/Makefile xargs/testsuite/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.