Changeset 3234 in MondoRescue for branches/3.2/mondo


Ignore:
Timestamp:
Jan 3, 2014, 5:43:55 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix documentation build issue
  • rename configure.in into configure.ac to be more autoconf compliant
Location:
branches/3.2/mondo
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/INSTALL

    r30 r3234  
    4848contains results you don't want to keep, you may remove or edit it.
    4949
    50    The file `configure.in' is used to create `configure' by a program
    51 called `autoconf'.  You only need `configure.in' if you want to change
     50   The file `configure.ac' is used to create `configure' by a program
     51called `autoconf'.  You only need `configure.ac' if you want to change
    5252it or regenerate `configure' using a newer version of `autoconf'.
    5353
  • branches/3.2/mondo/configure.ac

    r3233 r3234  
    1515AC_CONFIG_HEADERS([config.h])
    1616
    17 AC_PREREQ([2.68])
     17AC_PREREQ([2.69])
    1818AC_CANONICAL_HOST
    1919AC_CANONICAL_TARGET
Note: See TracChangeset for help on using the changeset viewer.