diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-07-24 16:55:44 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-07-24 16:55:44 +1000 |
commit | adb4963109fc68ca618e39e51fa86e531a492bef (patch) | |
tree | b8fd7ebd1aa32e09b1723546a1d600361f9b7803 /configure.ac | |
parent | e8c4bbceee203665a5192e1ab6df711893f61834 (diff) | |
download | xorg-driver-xf86-input-libinput-adb4963109fc68ca618e39e51fa86e531a492bef.tar.gz |
Replace AC_PROG_LIBTOOL with LT_INIT
Former is deprecated in favor of the latter.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5132f3a..a61eea8 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2]) # Initialize libtool AC_DISABLE_STATIC -AC_PROG_LIBTOOL +LT_INIT # Initialize X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |