From 6d56e2a3cedaf44f012485714f93142f9bfb1891 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 2 Nov 2002 09:06:01 +0000 Subject: [PATCH] New directory m4. --- GNUmakefile.am | 2 +- configure.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.am b/GNUmakefile.am index 04386dd..daa122d 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = intl iconv utf8 gedcom gom include . t doc data po +SUBDIRS = intl iconv utf8 gedcom gom include . t doc data po m4 EXTRA_DIST = Makefile.inc VERSIONED_FILES = README diff --git a/configure.in b/configure.in index e09564e..82e16b7 100644 --- a/configure.in +++ b/configure.in @@ -147,4 +147,5 @@ AC_OUTPUT(GNUmakefile include/Makefile include/gedcom.h intl/Makefile - po/Makefile.in) + po/Makefile.in + m4/Makefile) -- 2.30.2