From c872b47a569e97c174ce4d0896739fd34bcce82a Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Tue, 22 Apr 2003 18:19:50 +0000 Subject: [PATCH] Abuse knowledge of autoconf internals and call AC_OUTPUT_MAKE_DEFS unconditionally as we want the defines to be available for the command line regardless of whether we're using AC_CONFIG_HEADER to generate module-specific headers. Fixing tinderbox bustage Bug #202425 --- config/autoconf.mk.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in index 4ec4ce5f5214..9c951a960dc4 100644 --- a/config/autoconf.mk.in +++ b/config/autoconf.mk.in @@ -165,7 +165,7 @@ OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@ OS_INCLUDES = $(NSPR_CFLAGS) $(JPEG_CFLAGS) $(PNG_CFLAGS) $(MNG_CFLAGS) $(ZLIB_CFLAGS) OS_LIBS = @LIBS@ -ACDEFINES = @DEFS@ +ACDEFINES = @MOZ_DEFINES@ MOZ_OPTIMIZE = @MOZ_OPTIMIZE@ MOZ_OPTIMIZE_FLAGS = @MOZ_OPTIMIZE_FLAGS@ @@ -195,12 +195,14 @@ FILTER = @FILTER@ BIN_FLAGS = @BIN_FLAGS@ MIDL = @MIDL@ +DLL_PREFIX = @DLL_PREFIX@ LIB_PREFIX = @LIB_PREFIX@ OBJ_SUFFIX = @OBJ_SUFFIX@ LIB_SUFFIX = @LIB_SUFFIX@ DLL_SUFFIX = @DLL_SUFFIX@ BIN_SUFFIX = @BIN_SUFFIX@ ASM_SUFFIX = @ASM_SUFFIX@ +IMPORT_LIB_SUFFIX = @IMPORT_LIB_SUFFIX@ USE_N32 = @USE_N32@ HAVE_64BIT_OS = @HAVE_64BIT_OS@