Changeset 3030 in MondoRescue


Ignore:
Timestamp:
Sep 4, 2012, 3:09:47 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4952@localhost: bruno | 2012-09-02 18:32:23 +0200

  • Improve configure.in for mondo based on autoscan results
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/configure.in

    r2246 r3030  
    1515AM_CONFIG_HEADER(config.h)
    1616
     17AC_PREREQ
    1718AC_CANONICAL_HOST
    1819AC_CANONICAL_TARGET
     
    112113AC_HEADER_STDC
    113114AC_HEADER_SYS_WAIT
    114 AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h sys/ioctl.h sys/param.h sys/time.h unistd.h])
     115AC_HEADER_STDBOOL
     116AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h utime.h])
    115117
    116118# Checks for typedefs, structures, and compiler characteristics.
    117119AC_C_CONST
     120AC_C_INLINE
     121AC_PROG_GCC_TRADITIONAL
     122AC_TYPE_MODE_T
    118123AC_TYPE_OFF_T
    119124AC_TYPE_PID_T
     125AC_TYPE_SIGNAL
     126AC_TYPE_SIZE_T
     127AC_TYPE_SSIZE_T
    120128
    121129# Checks for library functions.
    122130AC_FUNC_CHOWN
    123131AC_FUNC_FORK
    124 AC_PROG_GCC_TRADITIONAL
     132AC_FUNC_FSEEKO
    125133AC_FUNC_LSTAT
    126134AC_FUNC_MALLOC
    127 AC_TYPE_SIGNAL
    128135AC_FUNC_VPRINTF
    129 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr mkdtemp])
     136AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])
    130137
    131138AC_OUTPUT([Makefile src/Makefile src/lib/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile test/Makefile])
Note: See TracChangeset for help on using the changeset viewer.