mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 04:41:57 -04:00
added m4 macros to help others distributing the software and updated the version number
This commit is contained in:
parent
74fa0acb16
commit
a91b1c31fd
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I config
|
ACLOCAL_AMFLAGS = -I config
|
||||||
|
|
||||||
SUBDIRS = include examples docs tests msc
|
SUBDIRS = include examples docs tests msc config
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ AC_INIT(Makefile.am)
|
|||||||
#AC_PREREQ(2.50)
|
#AC_PREREQ(2.50)
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
AM_CONFIG_HEADER(config/config.h)
|
AM_CONFIG_HEADER(config/config.h)
|
||||||
AM_INIT_AUTOMAKE(tclap,1.0.5)
|
AM_INIT_AUTOMAKE(tclap,1.1.0)
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_CXX_HAVE_SSTREAM
|
AC_CXX_HAVE_SSTREAM
|
||||||
AC_CXX_HAVE_STRSTREAM
|
AC_CXX_HAVE_STRSTREAM
|
||||||
@ -14,6 +14,7 @@ AC_OUTPUT([ Makefile \
|
|||||||
examples/Makefile \
|
examples/Makefile \
|
||||||
include/Makefile \
|
include/Makefile \
|
||||||
include/tclap/Makefile \
|
include/tclap/Makefile \
|
||||||
|
config/Makefile \
|
||||||
docs/Makefile \
|
docs/Makefile \
|
||||||
docs/Doxyfile \
|
docs/Doxyfile \
|
||||||
msc/Makefile \
|
msc/Makefile \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user