Compare commits

..

No commits in common. "master" and "echo-0.6" have entirely different histories.

View file

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