From 82fab4747083d312a797d63bccca8bd94259a01b Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 8 Aug 2005 16:03:38 +0000 Subject: 2005-08-08 Frank Ch. Eigler * stap.1.in: Autoconfify old man page. * configure.ac: Make it so. * stap.1: Removed. * configure, Makefile.in, aclocal.m4: Regenerated. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0189a2ed..0e0f4da0 100644 --- a/configure.ac +++ b/configure.ac @@ -37,8 +37,8 @@ fi dnl Plop in the build (configure) date date=`date +%Y-%m-%d` AC_DEFINE_UNQUOTED(DATE, "$date", [Configuration/build date]) -AC_SUBST(DATE) +AC_SUBST(DATE, "$date") AC_CONFIG_HEADERS([config.h:config.in]) -AC_CONFIG_FILES(Makefile systemtap.spec stp_check) +AC_CONFIG_FILES(Makefile systemtap.spec stp_check stap.1) AC_OUTPUT -- cgit