On Sun, 23 Feb 2014, Satish Balay wrote: > > Also note that there is a newer c2html.
> > Now it doesn't delight me that c2html's configure script has been edited > > From the one generated by autoconf. Are you sure its modified? Looking at it - we didn't do any modifications [to configure] - but I see we are carrying the following patch - perhaps to supress warnings >>>>>>> $ diff -Nru c2html-0.9.4-orig/ c2html-0.9.4/ diff -Nru c2html-0.9.4-orig/Makefile.in c2html-0.9.4/Makefile.in --- c2html-0.9.4-orig/Makefile.in 2001-11-22 03:05:46.000000000 -0600 +++ c2html-0.9.4/Makefile.in 2005-01-31 17:22:36.000000000 -0600 @@ -59,8 +59,7 @@ docdir = @DOCDIR@ CPPFLAGS = @CPPFLAGS@ -CFLAGS += -O2 -Wall -ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -I. $(COMPRESSION) +ALL_CFLAGS = $(CFLAGS) -O -I$(srcdir) -I. $(COMPRESSION) all: $(TARGET) <<<<<<<<<<<< Also - I see upsteam is using old 'Autoconf 2.52' - I guess this shouldn't matter. Satish
