Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 6 Jun 2006 18:24:33 +0000 (18:24 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 6 Jun 2006 18:24:33 +0000 (18:24 +0000)
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.

ChangeLog
configure.in
tests/Makefile.am

index 01f5eb0..3361729 100644 (file)
--- 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
index fa494de..fde5d41 100644 (file)
@@ -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)
index c29f50e..33155e5 100644 (file)
@@ -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