--- w3c-libwww-5.3.2/Library/src/Makefile.am~ Sat Mar 2 06:40:12 2002 +++ w3c-libwww-5.3.2/Library/src/Makefile.am Sat Mar 2 06:40:12 2002 @@ -47,8 +47,7 @@ perl $(top_srcdir)/config/winConfigure.pl $(srcdir) endif -icondir = @icondir@ -CPPFLAGS := $(CPPFLAGS) -DW3C_ICONS=\"$(icondir)\" +CPPFLAGS = @CPPFLAGS@ -DW3C_ICONS=\"$(icondir)\" inc: $(BUILT_SOURCES) @echo Generated built sources @@ -539,7 +539,7 @@ pkginclude_HEADERS = $(BUILT_SOURCES) -DOCS := $(wildcard *.html) +DOCS = $(wildcard *.html) EXTRA_DIST = \ $(BUILT_SOURCES) \ --- w3c-libwww-5.4.0/Makefile.am.orig 2002-06-12 11:32:59.000000000 +0200 +++ w3c-libwww-5.4.0/Makefile.am 2003-10-23 00:32:42.756648688 +0200 @@ -42,7 +42,6 @@ chmod -R a+r $(distdir) zip -rq $(distdir).zip $(distdir) $(TAR) chofz $(distdir).tgz $(distdir) - # gzip -f $(distdir).tar # Tag before making distribution. Also, don't make a distribution if # checks fail. --- w3c-libwww-5.4.0/Library/User/Makefile.am.orig 2002-06-06 16:59:37.000000000 +0200 +++ w3c-libwww-5.4.0/Library/User/Makefile.am 2003-10-23 00:57:54.843776504 +0200 @@ -11,9 +11,6 @@ SUBDIRS = Patch Architecture Using Guide Style Platform -BUILT_SOURCES = \ - Extrnals.html - SUFFIXES = .html DEPENDENCIES = \ diff -Nur w3c-libwww-5.4.0.orig/Library/src/Makefile.am w3c-libwww-5.4.0/Library/src/Makefile.am --- w3c-libwww-5.4.0.orig/Library/src/Makefile.am 2009-09-02 07:56:48.000000000 +0200 +++ w3c-libwww-5.4.0/Library/src/Makefile.am 2009-09-02 07:57:43.000000000 +0200 @@ -440,7 +440,6 @@ HTBInit.h \ HTBTree.h \ HTBind.h \ - HTBind.h \ HTBound.h \ HTBufWrt.h \ HTCache.h \