File agg-automake-fix.diff of Package agg
--- configure.in
+++ configure.in 2007/09/04 15:25:47
@@ -144,7 +144,6 @@
AC_OUTPUT(
Makefile
libagg.pc
- gpc/Makefile
font_freetype/Makefile
font_win32_tt/Makefile
src/Makefile
--- Makefile.am
+++ Makefile.am 2007/09/04 15:25:31
@@ -1,4 +1,4 @@
-SUBDIRS = gpc src font_freetype font_win32_tt include examples
+SUBDIRS = src font_freetype font_win32_tt include examples
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libagg.pc
@@ -19,3 +19,5 @@
# M4 macro file for inclusion with autoconf
m4datadir = $(datadir)/aclocal
m4data_DATA = libagg.m4
+
+AUTOMAKE_OPTIONS = foreign