Changeset 3234 in MondoRescue for branches/3.2/mondo
- Timestamp:
- Jan 3, 2014, 5:43:55 PM (12 years ago)
- Location:
- branches/3.2/mondo
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/INSTALL
r30 r3234 48 48 contains results you don't want to keep, you may remove or edit it. 49 49 50 The file `configure. in' is used to create `configure' by a program51 called `autoconf'. You only need `configure. in' if you want to change50 The file `configure.ac' is used to create `configure' by a program 51 called `autoconf'. You only need `configure.ac' if you want to change 52 52 it or regenerate `configure' using a newer version of `autoconf'. 53 53 -
branches/3.2/mondo/configure.ac
r3233 r3234 15 15 AC_CONFIG_HEADERS([config.h]) 16 16 17 AC_PREREQ([2.6 8])17 AC_PREREQ([2.69]) 18 18 AC_CANONICAL_HOST 19 19 AC_CANONICAL_TARGET
Note:
See TracChangeset
for help on using the changeset viewer.