Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
98a53d9bd2 | ||
![]() |
72eba42917 | ||
![]() |
7b587fd59f |
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.65])
|
AC_PREREQ([2.71])
|
||||||
AC_INIT([echoc], 0.6, [https://chiliproject.tetaneutral.net/projects/git-tetaneutral-net/repository/echoc], echoc)
|
AC_INIT([echoc],[0.6.99],[https://gitlab.laas.fr/matthieu/echoc],[echoc])
|
||||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
@ -7,4 +7,5 @@ AC_PROG_CC
|
||||||
AC_CHECK_HEADERS([bsd/stdlib.h])
|
AC_CHECK_HEADERS([bsd/stdlib.h])
|
||||||
AC_SEARCH_LIBS(strtonum, [bsd])
|
AC_SEARCH_LIBS(strtonum, [bsd])
|
||||||
|
|
||||||
AC_OUTPUT([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
AC_OUTPUT
|
||||||
|
|
Loading…
Add table
Reference in a new issue