From a91b1c31fd32708b56459847e4502ad97cf5b3d9 Mon Sep 17 00:00:00 2001 From: mes5k Date: Sun, 14 May 2006 20:11:24 +0000 Subject: [PATCH] added m4 macros to help others distributing the software and updated the version number --- Makefile.am | 2 +- configure.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 634c807..b14d5e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = include examples docs tests msc +SUBDIRS = include examples docs tests msc config diff --git a/configure.in b/configure.in index dd89855..88848b3 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(Makefile.am) #AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config/config.h) -AM_INIT_AUTOMAKE(tclap,1.0.5) +AM_INIT_AUTOMAKE(tclap,1.1.0) AC_PROG_CXX AC_CXX_HAVE_SSTREAM AC_CXX_HAVE_STRSTREAM @@ -14,6 +14,7 @@ AC_OUTPUT([ Makefile \ examples/Makefile \ include/Makefile \ include/tclap/Makefile \ + config/Makefile \ docs/Makefile \ docs/Doxyfile \ msc/Makefile \