[PATCH] fixed multiline variable to work correctly with older sed/autoconf

Marcus Meissner meissner at suse.de
Sat Sep 16 10:15:29 CDT 2006


Fixed a multiline variable assignment to work correctly with
old sed/autoconf

---

 configure.ac |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

b54bf22f015688d9f311cbb0fab1fbcb8cd61778
diff --git a/configure.ac b/configure.ac
index 0c1322a..c964a0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1457,15 +1457,15 @@ esac
 
 dnl **** Generate output files ****
 
-AC_SUBST(DEPENDENCIES,"### Dependencies:
-
-.INIT: Makefile
-.BEGIN: Makefile
-Makefile: dummy
-	-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
-
-\$(ALL_OBJS): \$(IDL_SRCS:.idl=.h)
-\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
+AC_SUBST(DEPENDENCIES,"### Dependencies:\\
+\\
+.INIT: Makefile\\
+.BEGIN: Makefile\\
+Makefile: dummy\\
+	-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)\\
+\\
+\$(ALL_OBJS): \$(IDL_SRCS:.idl=.h)\\
+\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)\\
 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)")
 
 AH_TOP([#define __WINE_CONFIG_H])
-- 
1.2.4



More information about the wine-patches mailing list