Changeset 2285 for trunk


Ignore:
Timestamp:
Jan 27, 2013, 1:22:03 AM (10 years ago)
Author:
sam
Message:

build: add support for automake 1.13.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootstrap

    r2183 r2285  
    4747# Check for automake
    4848amvers="no"
    49 for v in 12 11 10 9 8 7 6 5; do
     49for v in 13 12 11 10 9 8 7 6 5; do
    5050  if automake-1.${v} --version >/dev/null 2>&1; then
    5151    amvers="-1.${v}"
  • trunk/configure.ac

    r2276 r2285  
    1515AC_SUBST(LOLREMEZ_VERSION)
    1616
    17 AM_CONFIG_HEADER(config.h)
     17AC_CONFIG_HEADER(config.h)
    1818
    1919AM_PROG_CC_C_O
Note: See TracChangeset for help on using the changeset viewer.