Changeset 3147 in MondoRescue for branches/3.1/mondo/configure.in


Ignore:
Timestamp:
Jun 19, 2013, 8:34:46 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • First pass on svn merge -r 2935:3146 ../3.0
File:
1 edited

Legend:

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

    r2603 r3147  
    1010define(MONDO_REV,m4_normalize(rPBREV)))
    1111define(MONDO_TAG,MONDO_VER-MONDO_REV)
    12 AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
     12AC_INIT([Mondo Rescue],[MONDO_TAG],[mondo-devel@lists.sourceforge.net])
    1313AC_CONFIG_SRCDIR([src/mondoarchive/mondoarchive.c])
    1414AC_CONFIG_MACRO_DIR([m4])
    15 AM_CONFIG_HEADER(config.h)
     15AC_CONFIG_HEADERS([config.h])
    1616
     17AC_PREREQ([2.68])
    1718AC_CANONICAL_HOST
    1819AC_CANONICAL_TARGET
     
    2021
    2122AM_INIT_AUTOMAKE([mondo], MONDO_VER)
    22 AM_MAINTAINER_MODE
    23 
    2423LT_INIT
    2524
     
    2726AC_PROG_AWK
    2827AC_PROG_CC
    29 #AC_PROG_RANLIB
    3028AC_PROG_LIBTOOL
    3129AC_PROG_CPP
     
    120118AC_HEADER_STDC
    121119AC_HEADER_SYS_WAIT
    122 AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h sys/ioctl.h sys/param.h sys/time.h unistd.h])
     120AC_HEADER_STDBOOL
     121AC_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])
    123122
    124123# Checks for typedefs, structures, and compiler characteristics.
    125124AC_C_CONST
     125AC_C_INLINE
     126AC_PROG_GCC_TRADITIONAL
     127AC_TYPE_MODE_T
    126128AC_TYPE_OFF_T
    127129AC_TYPE_PID_T
     130AC_TYPE_SIZE_T
     131AC_TYPE_SSIZE_T
     132AC_STRUCT_ST_BLOCKS
    128133
    129134# Checks for library functions.
    130135AC_FUNC_CHOWN
    131136AC_FUNC_FORK
    132 AC_PROG_GCC_TRADITIONAL
     137AC_FUNC_FSEEKO
    133138AC_FUNC_LSTAT
    134139AC_FUNC_MALLOC
    135 AC_TYPE_SIGNAL
    136140AC_FUNC_VPRINTF
    137 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo getopt setenv strcasecmp strchr strerror strrchr strstr mkdtemp])
     141AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo getopt setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])
    138142
    139 AC_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 deplist.d/Makefile])
     143AC_CONFIG_FILES([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 deplist.d/Makefile])
     144AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.