diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-05-01 16:38:14 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2012-05-02 11:37:55 -0400 |
commit | a6651a8d812d224a9e74205bdefb7081f743af11 (patch) | |
tree | f027a71e7bfaf1752b7677a66337c4a34c7105ec | |
parent | 20202784b9700d973d5301f0cb3243eba99fc349 (diff) |
config: replace obsolete AC_CONFIG_HEADER with with AC_CONFIG_HEADERS
The former is an obsolete alias to the latter.
It may get removed in the future.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4bd61fe..c4acf24 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ XORG_WITH_FOP XORG_WITH_XSLTPROC XORG_CHECK_SGML_DOCTOOLS(1.8) -AC_CONFIG_HEADER([do-not-use-config.h]) -AC_CONFIG_HEADER([Xfuncproto.h]) +AC_CONFIG_HEADERS([do-not-use-config.h]) +AC_CONFIG_HEADERS([Xfuncproto.h]) AC_CANONICAL_HOST |