Use AC_CONFIG_MACRO_DIRS([m4]).

This commit is contained in:
Guus Sliepen 2015-07-12 13:05:51 +02:00
parent 97457716d7
commit b7b5d51613
3 changed files with 1 additions and 10 deletions

View file

@ -4,8 +4,6 @@ AUTOMAKE_OPTIONS = gnu
SUBDIRS = src doc gui test
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = COPYING.README README.android
# If git describe works, force autoconf to run in order to make sure we have the

View file

@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR([src/tincd.c])
AC_GNU_SOURCE
AM_INIT_AUTOMAKE([std-options subdir-objects -Wall])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
# Enable GNU extensions.
# Define this here, not in acconfig's @TOP@ section, since definitions

View file

@ -1,8 +0,0 @@
These files are used by a program called aclocal (part of the GNU automake
package). aclocal uses these files to create aclocal.m4 which is in turn
used by autoconf to create the configure script at the the top level in
this distribution.
The Makefile.am file in this directory is automatically generated
from the template file, Makefile.am.in. The generation will fail
if you don't have all the right tools.