configure.ac: modernize for autoconf 2.71
This commit is contained in:
parent
72eba42917
commit
98a53d9bd2
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue