diff options
Diffstat (limited to 'm4/header.m4')
-rw-r--r-- | m4/header.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/header.m4 b/m4/header.m4 index 6b15c345a..c25922325 100644 --- a/m4/header.m4 +++ b/m4/header.m4 @@ -1,7 +1,7 @@ # Like AC_CONFIG_HEADER, but automatically create stamp file. AC_DEFUN(AM_CONFIG_HEADER, -[AC_PREREQ([2.11.2]) +[AC_PREREQ([2.12]) AC_CONFIG_HEADER([$1]) dnl When config.status generates a header, we must update the stamp-h file. dnl This file resides in the same directory as the config header |