On Tue, Feb 27, 2007 at 11:58:07PM -0500, Daniel Richard G. wrote:
> Round three of The Patch(tm). This one is uuencoded for your
> whitespace-preserving pleasure.
Hi Daniel,
After applying the patch, one of the first things I notice is,
$ ./autogen.sh
+ rm -rf autom4te.cache
+ aclocal --force
+ libtoolize -c -f
+ autoconf -f -W all,no-obsolete
+ automake -a -c -f -W all
configure.ac:17: required file `config.h.in' not found
Is that from this rule in Makefile.am?
+config-cmake.h.in: config.h.in
+ sed 's/#undef/#cmakedefine/g' config.h.in >$@
Anyways, I've since removed config.h.in. What should we do about this?
Thanks,
Bob Rossi