added m4 macros to help others distributing the software and updated the version number

This commit is contained in:
mes5k 2006-05-14 20:11:24 +00:00
parent 74fa0acb16
commit a91b1c31fd
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I config
SUBDIRS = include examples docs tests msc
SUBDIRS = include examples docs tests msc config

View File

@ -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 \