Changeset 3031 in MondoRescue


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

r4954@localhost: bruno | 2012-09-02 19:08:11 +0200

  • Another round of autoconf improvements based on autoscan and autoconf -W all
Location:
branches/3.0/mondo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/bootstrap

    r2239 r3031  
    2626fi
    2727
     28autoscan
    2829make maintainer-clean >/dev/null 2>&1
    2930libtoolize -f -c --automake
  • branches/3.0/mondo/configure.in

    r3030 r3031  
    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])
    13 AC_CONFIG_SRCDIR([src/mondoarchive/mondoarchive.c])
     12AC_INIT([Mondo Rescue],[MONDO_TAG],[mondo-devel@lists.sourceforge.net])
     13AC_CONFIG_SRCDIR([config.h.in])
    1414AC_CONFIG_MACRO_DIR([m4])
    15 AM_CONFIG_HEADER(config.h)
     15AC_CONFIG_HEADERS([config.h])
    1616
    17 AC_PREREQ
     17AC_PREREQ([2.68])
    1818AC_CANONICAL_HOST
    1919AC_CANONICAL_TARGET
    2020AC_ARG_PROGRAM
    2121
    22 AM_INIT_AUTOMAKE([mondo], MONDO_VER)
    23 AM_MAINTAINER_MODE
     22#AM_INIT_AUTOMAKE([mondo], MONDO_VER)
    2423
    2524LT_INIT
     
    2928AC_PROG_CC
    3029#AC_PROG_RANLIB
    31 AC_PROG_LIBTOOL
     30#AC_PROG_LIBTOOL
    3231AC_PROG_CPP
    3332AC_PROG_INSTALL
     
    123122AC_TYPE_OFF_T
    124123AC_TYPE_PID_T
    125 AC_TYPE_SIGNAL
    126124AC_TYPE_SIZE_T
    127125AC_TYPE_SSIZE_T
     
    136134AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])
    137135
    138 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])
     136AC_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])
     137AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.