Ignore:
Timestamp:
Apr 22, 2007, 7:17:39 AM (18 years ago)
Author:
bird
Message:

Cut the crap that screws up emxomfar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-apps/findutils/configure.in

    r3170 r3173  
    3636        [ac_cv_d_type=$enableval],[ac_cv_d_type=yes])
    3737
    38 dnl This one has no default, because otherwise we would have to say 
     38dnl This one has no default, because otherwise we would have to say
    3939dnl both --enable-d_type-optimisation=no and --enable-d_type-optimization=no
    4040dnl to turn it off.
     
    9191
    9292dnl Older versions of gnulib/m4/nls.m4 provide AM_MKINSTALLDIRS.
    93 dnl The current version of gnulib does not, but the version of 
     93dnl The current version of gnulib does not, but the version of
    9494dnl po/Makefile.in.in that comes with gettext-0.14.6 expects
    9595dnl that @MKINSTALLDIRS@ will be expanded.
    9696AM_MKINSTALLDIRS
    9797
    98 dnl lib/regexprops needs to be a native program, because we need to 
     98dnl lib/regexprops needs to be a native program, because we need to
    9999dnl run it in order to generate the documentation about the properties
    100100dnl of regular expressions.  See lib/Makefile.am.
     
    103103dnl Try to get a POSIX.1 environment.
    104104
    105 dnl Checks for libraries.  If getpwnam() isn't present in the 
     105dnl Checks for libraries.  If getpwnam() isn't present in the
    106106dnl C library, try -lsun.
    107107AC_CHECK_FUNC(getpwnam, [],
     
    161161AC_FUNC_CLOSEDIR_VOID
    162162
    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 
     163dnl We don't just use AC_FUNC_GETMNTENT directly because it
     164dnl will try to use -lsun on platforms which have getmntent() in the
    165165dnl C library, for example UNICOS.
    166166AC_CHECK_FUNC(getmntent, [], [AC_FUNC_GETMNTENT])
     
    171171dnl Checks for library functions that are provided by findlib.
    172172FINDLIB_REPLACE_FUNCS(waitpid strspn)
    173 FINDLIB_REPLACE_FUNCS(forcefindlib)
     173dnl FINDLIB_REPLACE_FUNCS(forcefindlib) - crap! screws up with emxomfar.
    174174
    175175dnl gl_XALLOC
     
    207207
    208208
    209 AC_CHECK_MEMBER(struct dirent.d_type,,,[                   
     209AC_CHECK_MEMBER(struct dirent.d_type,,,[               
    210210#include <sys/types.h>
    211211#include <dirent.h>])
     
    229229AC_CONFIG_FILES(gnulib/Makefile gnulib/lib/Makefile)
    230230AC_CONFIG_FILES(m4/Makefile)
    231 AC_CONFIG_FILES([Makefile 
     231AC_CONFIG_FILES([Makefile
    232232        find/Makefile find/testsuite/Makefile
    233233        xargs/Makefile xargs/testsuite/Makefile
Note: See TracChangeset for help on using the changeset viewer.