diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-22 20:26:36 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-31 12:49:00 -0400 |
commit | 2aae5d03e336c6b1e06745410268a0c26b4a366b (patch) | |
tree | e357291930d94651c21cab17b6450417af23412c | |
parent | 2f81c85866448c4a07064bc6e999854f5fbcf044 (diff) |
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Regroup AC statements at the top.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8fce91f..a764d09 100644 --- a/configure.ac +++ b/configure.ac @@ -28,8 +28,8 @@ AC_INIT([xf86-input-synaptics], AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_AUX_DIR(.) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE DRIVER_NAME=synaptics |