upload tizen2.0 source
[framework/uifw/xorg/util/x11-xkb-utils.git] / setxkbmap / configure.ac
index adcbc26..752054f 100644 (file)
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
 AC_INIT([setxkbmap],
-       [1.2.0],
+       [1.3.0],
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
        [setxkbmap])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -34,12 +34,12 @@ m4_ifndef([XORG_MACROS_VERSION],
          [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
 XORG_MACROS_VERSION(1.8)
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 XORG_DEFAULT_OPTIONS
 
 AC_ARG_WITH(xkb-config-root,
-        AC_HELP_STRING([--with-xkb-config-root=<paths>],
+        AS_HELP_STRING([--with-xkb-config-root=<paths>],
                        [Set default XKB config root (default: ${datadir}/X11/xkb)]),
         [XKBCONFIGROOT="$withval"],
         [XKBCONFIGROOT=${datadir}/X11/xkb])
@@ -51,4 +51,7 @@ PKG_CHECK_MODULES(SETXKBMAP, xkbfile x11)
 # Allow checking code with lint, sparse, etc.
 XORG_WITH_LINT
 
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([
+       Makefile
+       man/Makefile])
+AC_OUTPUT