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 | |
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')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5165,11 +5165,12 @@ cat >>confdefs.h <<_ACEOF #define DATE "$date" _ACEOF +DATE="$date" ac_config_headers="$ac_config_headers config.h:config.in" - ac_config_files="$ac_config_files Makefile systemtap.spec stp_check" + ac_config_files="$ac_config_files Makefile systemtap.spec stp_check stap.1" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -5744,6 +5745,7 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "systemtap.spec" ) CONFIG_FILES="$CONFIG_FILES systemtap.spec" ;; "stp_check" ) CONFIG_FILES="$CONFIG_FILES stp_check" ;; + "stap.1" ) CONFIG_FILES="$CONFIG_FILES stap.1" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |