diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 10:12:07 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 10:12:07 +0000 |
commit | 6b2984bb2bf986e00e6ddfef1f2e20d2eb1a441d (patch) | |
tree | c33aca41e36a74e6fa4ac67e71b66d18a721bc07 /proto/x11proto | |
parent | 2edf73a2c3359b17e21690d1816576316cb3af4e (diff) |
Remove extra quoting that caused quoted files names to be generated.
Diffstat (limited to 'proto/x11proto')
-rw-r--r-- | proto/x11proto/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto/x11proto/configure.ac b/proto/x11proto/configure.ac index e616105ab..06c3a6d3d 100644 --- a/proto/x11proto/configure.ac +++ b/proto/x11proto/configure.ac @@ -1,9 +1,9 @@ AC_PREREQ([2.57]) -AC_INIT([Xproto], [7.0.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([Xproto], [7.0.10], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AC_CONFIG_HEADER([do-not-use-config.h]) -AC_CONFIG_HEADER([Xfuncproto.h]) +AC_CONFIG_HEADER(do-not-use-config.h) +AC_CONFIG_HEADER(Xfuncproto.h) AC_CANONICAL_HOST |