diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-20 09:46:14 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-20 09:46:14 +0000 |
commit | 6db0f946028a72a4551c2967cbfe9c1e3a82daa8 (patch) | |
tree | d2791e149c7dc4f94b71cc48834355c0c8d73398 /configure.in | |
parent | 8850118bf8debd84de49f44416144da2cbbf31c4 (diff) | |
download | pam-6db0f946028a72a4551c2967cbfe9c1e3a82daa8.tar.gz pam-6db0f946028a72a4551c2967cbfe9c1e3a82daa8.tar.bz2 pam-6db0f946028a72a4551c2967cbfe9c1e3a82daa8.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Rename _pam_aconf.h to config.h.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 11968af0..59c90a98 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(conf/pam_conv1/pam_conv.y) dnl The configuration header file -AC_CONFIG_HEADER(_pam_aconf.h) +AC_CONFIG_HEADER(config.h) dnl dnl Release specific |