configure.ac: modernize for autoconf 2.71

This commit is contained in:
Matthieu Herrb 2024-04-16 12:17:38 +02:00
parent 72eba42917
commit 98a53d9bd2

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.65])
AC_INIT([echoc], 0.6.99, [https://gitlab.laas.fr/matthieu/echoc], echoc)
AC_PREREQ([2.71])
AC_INIT([echoc],[0.6.99],[https://gitlab.laas.fr/matthieu/echoc],[echoc])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
@ -7,4 +7,5 @@ AC_PROG_CC
AC_CHECK_HEADERS([bsd/stdlib.h])
AC_SEARCH_LIBS(strtonum, [bsd])
AC_OUTPUT([Makefile])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT