summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-07-20 09:46:14 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-07-20 09:46:14 +0000
commit6db0f946028a72a4551c2967cbfe9c1e3a82daa8 (patch)
treed2791e149c7dc4f94b71cc48834355c0c8d73398 /configure
parent8850118bf8debd84de49f44416144da2cbbf31c4 (diff)
Relevant BUGIDs: none
Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bcfb5475..389997c7 100755
--- a/configure
+++ b/configure
@@ -1314,7 +1314,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
- ac_config_headers="$ac_config_headers _pam_aconf.h"
+ ac_config_headers="$ac_config_headers config.h"
@@ -8142,7 +8142,7 @@ do
case "$ac_config_target" in
# Handling of arguments.
"Make.Rules" ) CONFIG_FILES="$CONFIG_FILES Make.Rules" ;;
- "_pam_aconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS _pam_aconf.h" ;;
+ "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;