Parcourir la source

build: add support for automake 1.13.

legacy
Sam Hocevar sam il y a 12 ans
Parent
révision
2f6f9b6bef
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      bootstrap
  2. +1
    -1
      configure.ac

+ 1
- 1
bootstrap Voir le fichier

@@ -46,7 +46,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/n

# Check for automake
amvers="no"
for v in 12 11 10 9 8 7 6 5; do
for v in 13 12 11 10 9 8 7 6 5; do
if automake-1.${v} --version >/dev/null 2>&1; then
amvers="-1.${v}"
break


+ 1
- 1
configure.ac Voir le fichier

@@ -14,7 +14,7 @@ AC_SUBST(LOLUNIT_VERSION)
LOLREMEZ_VERSION=0.2
AC_SUBST(LOLREMEZ_VERSION)

AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(config.h)

AM_PROG_CC_C_O
AC_PROG_CPP


Chargement…
Annuler
Enregistrer