summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-03 19:03:03 +0000
committerhunt <hunt>2005-08-03 19:03:03 +0000
commit4515ee3f0e745fde9117baf36c5053216326c9a7 (patch)
tree1f7ef5e85ba11e311ea9345fb72c950c269917e3 /configure
parent416730778dd315b64b1f443e5396685c9d0078cd (diff)
downloadsystemtap-steved-4515ee3f0e745fde9117baf36c5053216326c9a7.tar.gz
systemtap-steved-4515ee3f0e745fde9117baf36c5053216326c9a7.tar.xz
systemtap-steved-4515ee3f0e745fde9117baf36c5053216326c9a7.zip
2005-08-03 Martin Hunt <hunt@redhat.com>
* configure.ac: Add stp_check to AC_CONFIG_FILES. * stp_check.in : New file.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 76d5daed..ec47960b 100755
--- a/configure
+++ b/configure
@@ -5169,7 +5169,7 @@ _ACEOF
ac_config_headers="$ac_config_headers config.h:config.in"
- ac_config_files="$ac_config_files Makefile systemtap.spec"
+ ac_config_files="$ac_config_files Makefile systemtap.spec stp_check"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -5743,6 +5743,7 @@ do
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"systemtap.spec" ) CONFIG_FILES="$CONFIG_FILES systemtap.spec" ;;
+ "stp_check" ) CONFIG_FILES="$CONFIG_FILES stp_check" ;;
"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