From: Peter Verthez Date: Sat, 2 Nov 2002 09:06:01 +0000 (+0000) Subject: New directory m4. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=6d56e2a3cedaf44f012485714f93142f9bfb1891;p=gedcom-parse.git New directory m4. --- 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)