From fda33455637dbec7a19f1b18d80cdd9b24b66de9 Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 15 May 2006 00:55:59 +0000 Subject: [PATCH] so that m4 macros will be included in release files to ease incorporation of tclap in other projects --- config/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/Makefile.am diff --git a/config/Makefile.am b/config/Makefile.am new file mode 100644 index 0000000..0fbccae --- /dev/null +++ b/config/Makefile.am @@ -0,0 +1,7 @@ + +EXTRA_DIST = ac_cxx_have_sstream.m4\ + ac_cxx_have_strstream.m4\ + ac_cxx_namespaces.m4\ + bb_enable_doxygen.m4 + +