X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;h=2440d44ab82d5e26ca1a037eb0d8525e1d216c9f;hp=4f02052dcb3456e7876861d09ffe8ac698bb9431;hb=b4987df679650609097a351aa6861aac11d6b1f1;hpb=1c32d75c7e3e617082c9572f0e6ababc6bacc336 diff --git a/configure.ac b/configure.ac index 4f02052..2440d44 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl Boston, MA 02110-1301, USA. dnl This keeps being the first instruction. dnl Change the 2nd argument if the version increases dnl 1st + 2nd argument is used for distribution package name -AC_INIT(lcr, 1.12, andreas@eversberg.eu) +AC_INIT(lcr, 1.13, andreas@eversberg.eu) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([main.c]) AM_CONFIG_HEADER(config.h) @@ -33,11 +33,12 @@ AM_CONFIG_HEADER(config.h) # fix warnings from autoconf + automake AC_GNU_SOURCE # AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE(lcr,1.12) +AM_INIT_AUTOMAKE(lcr,1.13) # Checks for programs. +AC_PROG_GREP AC_PROG_CPP AC_PROG_CXX AC_PROG_CC