autoupdate using autoupdate (GNU Autoconf) 2.69
This commit is contained in:
parent
8418ac96e6
commit
a13615e295
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
LT_INIT
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
@ -76,7 +76,7 @@ if test x$cutter_enable_coverage = xyes; then
|
|||
CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage"
|
||||
fi
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
AC_CONFIG_FILES([Makefile
|
||||
contrib/Makefile
|
||||
contrib/libutil/Makefile
|
||||
examples/Makefile
|
||||
|
@ -84,4 +84,5 @@ AC_OUTPUT([Makefile
|
|||
libfreefare.pc
|
||||
test/Makefile
|
||||
test/common/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
|
|
Loading…
Reference in a new issue