Cleanup warnings at autoconfig files

This commit is contained in:
Andreas Eversberg 2016-07-10 15:49:16 +02:00
parent a6bd841247
commit b3b42e8bc4
4 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src SUBDIRS = src

View File

@ -15,7 +15,6 @@ AC_PROG_MAKE_SET
AC_PROG_CC AC_PROG_CC
AC_PROG_CXX AC_PROG_CXX
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_RANLIB
LT_INIT LT_INIT
dnl checks for header files dnl checks for header files

View File

@ -1,3 +1,4 @@
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -Wall -g $(all_includes) AM_CPPFLAGS = -Wall -g $(all_includes)
noinst_LIBRARIES = libcommon.a noinst_LIBRARIES = libcommon.a

View File

@ -1,3 +1,4 @@
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -Wall -g $(all_includes) AM_CPPFLAGS = -Wall -g $(all_includes)
noinst_PROGRAMS = \ noinst_PROGRAMS = \