diff options
Diffstat (limited to 'm4/header.m4')
-rw-r--r-- | m4/header.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/header.m4 b/m4/header.m4 new file mode 100644 index 000000000..2555b9679 --- /dev/null +++ b/m4/header.m4 @@ -0,0 +1,11 @@ +## -*- Autoconf -*- +# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) |