Info for DJGPP package

2001-04-27 Thread Tim Van Holder
I'm preparing a .dsm file for the DJGPP package of autoconf 2.50. (A .dsm is somewhat like a .spec file). What I'd like to know is who to list as author(s), and who as maintainer(s), as the AUTHORS file and the GNU software directory differ slightly (and there's so many names :) ).

FYI: AC_ARG_VAR(CPPFLAGS) (Was: Merging AC_PROG_CC and AC_PROG_CPP)

2001-04-27 Thread Akim Demaille
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Ralf> Wouldn't AC_REQUIRE-ing a macro containing AC_SUBST(CPPFLAGS) Ralf> from AC_PROG_CC and AC_PROG_CPP remedy this issue? Akim> Yep, that's a means to implement the factoring thing I was Akim> referring to. Well, I guess we should rem

Re: Merging AC_PROG_CC and AC_PROG_CPP (was: autoconf-2.49f/CPPFLAGS)

2001-04-27 Thread Akim Demaille
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: >> I _know_ that CPPFLAGS is used both by AC_PROG_CPP and AC_PROG_CC, >> so it seems natural to document it in both or find a means to >> factor it for both. Ralf> Wouldn't AC_REQUIRE-ing a macro containing AC_SUBST(CPPFLAGS) Ralf> from

Merging AC_PROG_CC and AC_PROG_CPP (was: autoconf-2.49f/CPPFLAGS)

2001-04-27 Thread Akim Demaille
| Hi, | Given this (trivial) configure.in (minimized version of an actual | configure.in): | | AC_INIT(hello.c) | AM_INIT_AUTOMAKE(test,1,no) | AC_PROG_CC | AM_CONFIG_HEADER(config.h) | AC_OUTPUT(Makefile) | | Using autoconf-2.49f and vanilla automake-1.4 results into this: | | # ./configure |