Changeset 2239 in MondoRescue for branches/2.2.9


Ignore:
Timestamp:
Jun 23, 2009, 1:13:13 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Improves autotools usage and solve a build issue around config.guess files by copying them instead of linking them.
Location:
branches/2.2.9/mondo
Files:
3 edited

Legend:

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

    r2202 r2239  
    11AUTOMAKE_OPTIONS = 1.7
     2ACLOCAL_AMFLAGS = -I m4
    23SUBDIRS        = src test
    34man8_MANS      = docs/man/mondoarchive.8 docs/man/mondorestore.8
  • branches/2.2.9/mondo/bootstrap

    r2196 r2239  
    3030aclocal
    3131autoheader
    32 automake --add-missing
     32automake --add-missing --copy
    3333autoconf
    3434rm -rf autom4te.cache
  • branches/2.2.9/mondo/configure.in

    r2209 r2239  
    1212AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
    1313AC_CONFIG_SRCDIR([src/mondoarchive/mondoarchive.c])
     14AC_CONFIG_MACRO_DIR([m4])
    1415AM_CONFIG_HEADER(config.h)
    1516
     
    2122AM_MAINTAINER_MODE
    2223
     24LT_INIT
     25
    2326AC_PROG_CXX
    2427AC_PROG_AWK
    2528AC_PROG_CC
    26 AC_PROG_RANLIB
     29#AC_PROG_RANLIB
    2730AC_PROG_CPP
    2831AC_PROG_INSTALL
Note: See TracChangeset for help on using the changeset viewer.