Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.
authorTor Lillqvist <tml@novell.com>
Thu, 15 Mar 2007 15:17:17 +0000 (15:17 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 15 Mar 2007 15:17:17 +0000 (15:17 +0000)
commitb91d083561cc637c3123a3c2e08035e2878c70cc
tree49d4634645e3c6c53800fe1cbfac681f6133a183
parent851c7067aaaf6e22dc946603bab9285b3630af13
Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.

2007-03-15  Tor Lillqvist  <tml@novell.com>

* glib/gnulib/Makefile.am (INCLUDES): Add -I$(top_srcdir)/glib so
that gregex.h finds <glib.h>.

* glib/update-pcre/Makefille.am-1: Add -DGLIB_COMPILATION so that
we don't think g_ascii_table is dllimport.

* glib/pcre/Makefile.am: Corresponding change.

* glib/update-pcre/notdll.patch: New file. Drop
dllimport/dllexport magic for the pcre symbols.

* glib/update-pcre/Makefile.am: Dist it.

* glib/update-pcre/update.sh: Apply notdll.patch.

* glib/pcre/pcre.h: Corresponding change.

2007-03-15  Tor Lillqvist  <tml@novell.com>

* glib/gtypes.h: Add comment to avoid misleading people with the
large number of digits in G_PI etc. (#404338)

svn path=/trunk/; revision=5410
ChangeLog
glib/gnulib/Makefile.am
glib/gtypes.h
glib/pcre/Makefile.am
glib/pcre/pcre.h
glib/update-pcre/Makefile.am
glib/update-pcre/Makefile.am-1
glib/update-pcre/notdll.patch [new file with mode: 0644]
glib/update-pcre/update.sh