Просмотр исходного кода

configure.ac: Only require autoconf 2.68

This makes it compileable on the trusty travis-ci instance.

Gbp-Dch: ignore
Julian Andres Klode лет назад: 10
Родитель
Сommit
41bcb7b2f4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -12,7 +12,7 @@ dnl not used but STL is.
 dnl 'make -f Makefile startup' will generate the configure file from
 dnl 'make -f Makefile startup' will generate the configure file from
 dnl configure.ac correctly and can be run at any time
 dnl configure.ac correctly and can be run at any time
 
 
-AC_PREREQ([2.69])
+AC_PREREQ([2.68])
 AC_INIT
 AC_INIT
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_AUX_DIR(buildlib)