diff options
author | fche <fche> | 2005-08-08 16:03:38 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-08 16:03:38 +0000 |
commit | 82fab4747083d312a797d63bccca8bd94259a01b (patch) | |
tree | 30d8c22fb92da8b08344e04d8ea552b2910210e5 /configure.ac | |
parent | 4369b1270c2adb39c8945e897274a0f27f03768d (diff) | |
download | systemtap-steved-82fab4747083d312a797d63bccca8bd94259a01b.tar.gz systemtap-steved-82fab4747083d312a797d63bccca8bd94259a01b.tar.xz systemtap-steved-82fab4747083d312a797d63bccca8bd94259a01b.zip |
2005-08-08 Frank Ch. Eigler <fche@elastic.org>
* stap.1.in: Autoconfify old man page.
* configure.ac: Make it so.
* stap.1: Removed.
* configure, Makefile.in, aclocal.m4: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |