Re: How does Autoconf produce PACKAGE_URL?

2011-10-29 Thread Hans Ulrich Niedermann
On 29/10/11 18:38, Eli Zaretskii wrote: > However, there's one macro in config.h for whose value I didn't find > the source in any non-generated file: PACKAGE_URL. I can only see it > in the configure script, but since that is a generated file, it could > one day be removed from the repository, so

Re: Using @bindir@ etc. in C headers

2020-06-07 Thread Hans Ulrich Niedermann
On Fri, 5 Jun 2020 21:07:32 +1000 Peter Johansson wrote: > On 5/6/20 8:57 pm, Florian Weimer wrote: > > I would like to define macros containing the standard paths, like > > this: > > > > #define BINDIR "@bindir@" > > > > It does not work due to this code in lib/autoconf/general.m4 (which > > appe