From afae3bfda6f2a15cfef4f7d9e1cb961136fdf89c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Jul 2009 00:36:32 +0200 Subject: configure.ac: display version string as part of the configure script --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3438173..8dd95e0 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.]) -AC_MSG_CHECKING([for available Autoconf macros]) +AC_MSG_NOTICE([Autoconf Archive version $VERSION]) + +AC_MSG_CHECKING([for available macros]) M4SOURCE="" for n in ${srcdir}/m4/*.m4 ; do M4SOURCE="${M4SOURCE} ${n}" @@ -27,3 +29,5 @@ AC_MSG_RESULT([done]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT + +dnl Responsibility shifts to the user after this point. -- cgit v1.2.1