summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-06-06 18:24:33 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-06-06 18:24:33 +0000
commita01672546967d77e52fa98e51f9505429915fe5c (patch)
treee400f3bad66e261e5049cde14521989ef8bcc968
parent2f65343e7e96eaf6e9eded9a5e084187f51fbb18 (diff)
downloadpango-a01672546967d77e52fa98e51f9505429915fe5c.tar.gz
Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports
2006-06-06 Behdad Esfahbod <behdad@gnome.org> Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports maintainer. * configure.in: Add missing space. * tests/Makefile.am: Add $(EXEEXT) where appropriate.
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
-rw-r--r--tests/Makefile.am2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 01f5eb01..3361729a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-06 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 343966 – pango Cygwin build fixes
+ Patch from Cygwin Ports maintainer.
+
+ * configure.in: Add missing space.
+ * tests/Makefile.am: Add $(EXEEXT) where appropriate.
+
2006-06-05 Hans Breuer <hans@breuer.org>
* pango/pangowin32-fontmap.c(pango_win32_font_map_init) : synthesize
diff --git a/configure.in b/configure.in
index fa494dec..fde5d41f 100644
--- a/configure.in
+++ b/configure.in
@@ -604,7 +604,7 @@ else
# libtool option to control which symbols are exported
# right now, symbols starting with '_' are not exported
LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.*"'
- MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS"'-export-symbols-regex "^script_engine_.*"'
+ MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS "'-export-symbols-regex "^script_engine_.*"'
fi
AC_SUBST(LIBRARY_LIBTOOL_OPTIONS)
AC_SUBST(MODULE_LIBTOOL_OPTIONS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c29f50e9..33155e5c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -75,7 +75,7 @@ check_PROGRAMS += cxx-test
endif
cxx_test_SOURCES = cxx-test.C
-all-unicode.txt: gen-all-unicode
+all-unicode.txt: gen-all-unicode$(EXEEXT)
./gen-all-unicode > all-unicode.txt
pangorc: $(srcdir)/../modules/pangorc