summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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