--- Charles Wilson wrote:
> Your patch to the two configure.in's is much simpler: are you using an
> older, less stringent autoconf, or are you just ignoring the warnings?
> (NOT a showstopper)
I am attaching a text file of the warnings I receive now when I autoreconf the
patched source directory. I didn't think the warnings sounded serious, but I
am not certain. Also, I didn't intentionally omit any of your "small" patch - I
thought I had it all. But as I said, I added some sid patches to it.
jrp
[EMAIL PROTECTED] ~/sources/plotutils/tmp/plotutils-2.4.1
$ autoreconf -fiv
autoreconf-2.5x: Entering directory `.'
autoreconf-2.5x: configure.in: not using Gettext
autoreconf-2.5x: running: aclocal --force
autoreconf-2.5x: configure.in: tracing
autoreconf-2.5x: running: libtoolize --copy --force
autoreconf-2.5x: running: /usr/bin/autoconf-2.5x --force
autoreconf-2.5x: running: /usr/bin/autoheader-2.5x --force
autoheader-2.5x: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader-2.5x: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader-2.5x: WARNING: is deprecated and discouraged.
autoheader-2.5x:
autoheader-2.5x: WARNING: Using the third argument of `AC_DEFINE' and
autoheader-2.5x: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
without
autoheader-2.5x: WARNING: `acconfig.h':
autoheader-2.5x:
autoheader-2.5x: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader-2.5x: [Define if a function `main' is needed.])
autoheader-2.5x:
autoheader-2.5x: WARNING: More sophisticated templates can also be produced,
see the
autoheader-2.5x: WARNING: documentation.
autoreconf-2.5x: running: automake --add-missing --copy --force-missing
ode/Makefile.am:9: `YFLAGS' is a user variable, you should not override it;
ode/Makefile.am:9: use `AM_YFLAGS' instead.
pic2plot/Makefile.am:10: `YFLAGS' is a user variable, you should not override
it;
pic2plot/Makefile.am:10: use `AM_YFLAGS' instead.
autoreconf-2.5x: Leaving directory `.'
[EMAIL PROTECTED] ~/sources/plotutils/tmp/plotutils-2.4.1