diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 78c2df9..c0ec15b 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ -AC_INIT(xfree86.xml.in) +AC_INIT(rules/base.xml.in) -PACKAGE=xfree86_xkb_xml +PACKAGE=xkbdesc GETTEXT_PACKAGE=$PACKAGE MAJOR_VERSION=0 -MINOR_VERSION=5 +MINOR_VERSION=1 VERSION=$MAJOR_VERSION.$MINOR_VERSION AC_SUBST(MAJOR_VERSION) @@ -32,6 +32,31 @@ AC_SUBST(xkb_base) AC_OUTPUT([ intl/Makefile po/Makefile.in m4/Makefile Makefile -xfree86_xkb_xml.spec +compat/Makefile +geometry/Makefile +geometry/digital.vndr/Makefile +geometry/ibm.vndr/Makefile +geometry/sgi.vndr/Makefile +keycodes/Makefile +keycodes/digital.vndr/Makefile +keycodes/sgi.vndr/Makefile +keymap/Makefile +keymap/digital.vndr/Makefile +keymap/sgi.vndr/Makefile +keymap/sun.vndr/Makefile +semantics/Makefile +rules/Makefile +symbols/Makefile +symbols/digital.vndr/Makefile +symbols/fujitsu.vndr/Makefile +symbols/hp.vndr/Makefile +symbols/macintosh.vndr/Makefile +symbols/nec.vndr/Makefile +symbols/sgi.vndr/Makefile +symbols/sony.vndr/Makefile +symbols/sun.vndr/Makefile +symbols/xfree68.vndr/Makefile +types/Makefile +xkbdesc.spec ]) |