Changeset 3411 in MondoRescue


Ignore:
Timestamp:
Aug 9, 2015, 5:36:50 AM (9 years ago)
Author:
Bruno Cornec
Message:

Fix all autoconf/automake warnings

Location:
branches/3.2/mondo
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/Makefile.am

    r2239 r3411  
    1 AUTOMAKE_OPTIONS = 1.7
     1AUTOMAKE_OPTIONS = 1.7 subdir-objects
    22ACLOCAL_AMFLAGS = -I m4
    33SUBDIRS        = src test
  • branches/3.2/mondo/configure.ac

    r3392 r3411  
    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([MondoRescue],[MONDO_TAG],[mondo-devel@lists.sourceforge.net])
    1313AC_CONFIG_SRCDIR([src/mondoarchive/mondoarchive.c])
    1414AC_CONFIG_MACRO_DIR([m4])
    1515AC_CONFIG_HEADERS([config.h])
    1616
    17 AC_PREREQ([2.59])
     17AC_PREREQ([2.69])
    1818AC_CANONICAL_HOST
    1919AC_CANONICAL_TARGET
    2020AC_ARG_PROGRAM
    2121
    22 AM_INIT_AUTOMAKE([mondo], MONDO_VER)
     22AM_INIT_AUTOMAKE
    2323LT_INIT
    2424
     
    2626AC_PROG_AWK
    2727AC_PROG_CC
    28 AC_PROG_LIBTOOL
     28LT_INIT
    2929AC_PROG_CPP
    3030AC_PROG_INSTALL
    3131AC_PROG_LN_S
    3232AC_PROG_MAKE_SET
    33 
     33AC_PROG_RANLIB
    3434
    3535dnl --with/--enable stuff
  • branches/3.2/mondo/src/mondorestore/Makefile.am

    r3273 r3411  
    44
    55AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
     6AUTOMAKE_OPTIONS = subdir-objects
    67
    78## Headers
  • branches/3.2/mondo/test/Makefile.am

    r3294 r3411  
    11AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
     2AUTOMAKE_OPTIONS = subdir-objects
    23
    34## The program
Note: See TracChangeset for help on using the changeset viewer.