On Thu, 18 Jul 2002, Vance Shipley wrote: > This problem was caused by the following lines in Makefile.am: > > # charconv.c \ > # charconv.h \ > > CPPFLAGS = \ > $(LIBART_CFLAGS) \ > -DLIBDIR=\"$(libdir)\" \ > -DDATADIR=\"$(pkgdatadir)\" > > > What ended up in Makefile.in was: > > # charconv.c \ > # charconv.h \ > CPPFLAGS = \ > $(LIBART_CFLAGS) \ > -DLIBDIR=\"$(libdir)\" \ > -DDATADIR=\"$(pkgdatadir)\" > > > And this whole thing is seen as a comment. > > I removed the trailing '\' on the hashed out lines and now > the CPPFLAGS show up on the command line. > > I'm running FreeBSD 4.6-PRERELEASE with automake-1.5.
Oops. That's a tricky little one. I'm cvs'ing it. -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| H�rdgrim of Numenor "I do not agree with a word that you say, but I |---------------------------- will defend to the death your right to say it." | Where are we going, and --Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket? _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
