From c89e216e8fa2856139a2b221ee97693bd35079b6 Mon Sep 17 00:00:00 2001 From: matthieu Date: Mon, 9 Apr 2007 10:12:06 +0000 Subject: [PATCH] Remove extra quoting that caused quoted files names to be generated. --- proto/x11proto/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/x11proto/configure.ac b/proto/x11proto/configure.ac index 310e2151f..06c3a6d3d 100644 --- a/proto/x11proto/configure.ac +++ b/proto/x11proto/configure.ac @@ -2,8 +2,8 @@ AC_PREREQ([2.57]) 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