Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
: Hi Lars,
:
: * Lars J. Aas wrote on Fri, Sep 16, 2005 at 04:48:36PM CEST:
: >
: > I'm wondering if there is a convention already for this or not.
: > I am linking static libraries on windows (msvc++). Not involving
: > libtool
Hi,
I'm wondering if there is a convention already for this or not.
I am linking static libraries on windows (msvc++). Not involving
libtool or anything ready-made from autoconf/automake for that matter.
Anyways, I can either just ball together just the object files for
the library, or I can li
Stepan Kasal <[EMAIL PROTECTED]> wrote:
: Hello.
:
: To the original question:
:
: > Is there any way to make config.status know about some define and
: > its value, but not put the template into config.h through AC_DEFINE?
:
: Perhaps a future versions of autoconf could contain the following
:
Bob Friesenhahn <[EMAIL PROTECTED]> wrote:
: On Thu, 12 May 2005, Lars J. Aas wrote:
:
: > Hi guys,
: >
: >Is there any way to make config.status know about some define and
: >its value, but not put the template into config.h through AC_DEFINE?
: >
: >I'd like to sepa
Hi guys,
Is there any way to make config.status know about some define and
its value, but not put the template into config.h through AC_DEFINE?
I'd like to separate system-detection-defines and user-feature-toggle-
defines into two separate headers. I'd set up the user-feature-toggle-
defines
Brandon J. Van Every <[EMAIL PROTECTED]> wrote:
: Did anyone mention actually having a MSVC compiler wrapper already?
$ cvs -d :pserver:[EMAIL PROTECTED]:/export/cvsroot login
password: cvs
$ cvs -d :pserver:[EMAIL PROTECTED]:/export/cvsroot co simacros
$ cd simacros/src
$ type wrapmsvc.cpp
It
Russ Allbery <[EMAIL PROTECTED]> wrote:
: Every package that I know of that builds under MSVC on Windows and also
: uses Autoconf bypasses Autoconf completely and uses an MSVC project or
: similar Windows-specific build environment when building on Windows,
: rather than trying to reuse Autoconf.
nstream Windows SDKs. I don't want any UNIX environment at
: > all, except what autoconf itself must have to run. i.e. a shell, get m4
: > working.
:
: I seem to recall Lars J. Aas worked on a set of shell script wrappers
: to masquerade MSVC as a Unix compiler, so it can be used with
Paul Eggert <[EMAIL PROTECTED]> wrote:
: "Lars J. Aas" <[EMAIL PROTECTED]> writes:
:
: > Is it possible that this is a local problem for the given MKS user I
: > am working with and that he may have a somewhat faulty MKS
: > installation or something?
:
: Possibly.
Regarding MKS sh and case/esac, I ran into another weird problem
during the MKS port which caused us to have to reorder a couple of
case switches in ltmain.in. At line 1229, you will find
-L*)
dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
# We need an absolute path.
[...]
-
Hi Paul,
Paul Eggert <[EMAIL PROTECTED]> wrote:
: "Lars J. Aas" <[EMAIL PROTECTED]> writes:
: > Is it possible that this is a local problem for the given MKS user I
: > am working with and that he may have a somewhat faulty MKS
: > installation or something?
:
Hi guys,
When porting our autoconf/automake/libtool setup for Coin
(www.coin3d.org) to work on MKS, I found that I had to apply the
following patch to Autoconf 2.57 to get the generated config.status
script to behave:
--
--- li
On Sat, Jan 12, 2002 at 05:43:50PM +1100, Mitch Davis wrote:
: Off-topic I know, but it's at least more interesting than the
: spam which has been allowed onto this list of late. Does anyone
: moderate this list?
There is a filter that takes out an enormous amount of spam, but
I agree there's be
On Wed, Dec 19, 2001 at 08:40:58AM -0500, Earnie Boyd wrote:
: "Lars J. Aas" wrote:
: > On Tue, Dec 18, 2001 at 11:25:09PM +, Sergio wrote:
: > : Sorry for the basic question but i cant find in faq(s)or manuals the
: > : origin of config.guess.
: >
: > config
On Wed, Dec 19, 2001 at 12:01:01AM +, Sergio wrote:
: Sorry again for basic questions.
:
: Wy this script is needed. The autoconf manual dosent speak about it.
install.sh is part of Automake.
Run "automake --add-missing --copy --force" in your project directory.
Don't know anything about AC
On Tue, Dec 18, 2001 at 11:25:09PM +, Sergio wrote:
: Hi there.
:
: Sorry for the basic question but i cant find in faq(s)or manuals the
: origin of config.guess.
config.guess and config.sub are developed separately. You can find them
in ftp://ftp.gnu.org/gnu/config/
Lars J
On Mon, Oct 22, 2001 at 08:18:13AM -0400, Earnie Boyd wrote:
: Paul Eggert wrote:
: > I think this idea is a blind alley. If we want to use modern shell
: > features, then we should go ahead and require the "configure" user to
: > have a modern shell. That's much simpler. We've already started
On Fri, Oct 19, 2001 at 06:00:38PM +0200, Akim Demaille wrote:
: > "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes:
: Gary> As far as shell functions are concerned, it seems to me that
: Gary> m4sh could provide shell function wrapper macros which expand to
: Gary> a function/function call
On Wed, Jul 18, 2001 at 03:57:07PM -0700, [EMAIL PROTECTED] wrote:
: config.status: creating Makefile
: sed: 35: /tmp/cs9311-3997/subs-1.sed: unescaped newline inside substitute
: pattern
I don't know if this was followed up on, but it seems this problem is still
in CVS Autoconf, but only for sou
On Wed, Aug 01, 2001 at 08:26:16PM +0200, Akim Demaille wrote:
: > "Adam" == Adam J Richter <[EMAIL PROTECTED]> writes:
: Adam> Anyhow, my feedback is fairly simple: there are two changes
: Adam> that I keep bumping into that tend to make a lot of work, and I
: Adam> don't get the sens
On Wed, Aug 01, 2001 at 07:40:38PM +0200, Akim Demaille wrote:
: 2. Everything is on top of autom4te, which is a Perl 5.5 script.
[...]
: fileutils-4.1 % time autoconf2.50; time autoheader2.50
: autoconf2.5020,65s user 1,35s system 78% cpu 27,876 total
: autoheader2.50 21,40s
I've searched for a macro that simply dumps a message to config.log
without dumping anything to the console, but I couldn't find any.
I could of course use AS_CONFIG_LOG_FD and echo, but a standard macro
would be better. config.log doesn't always automatically contain all
the essential informatio
This is great. Now I have to delete three times the amount of spam I
used to delete...
Lars J "gottainstallafiltersoon" Aas
I'm trying to insert some #undef macros into config.h.in to undefine
defines that will be defined again further down. I wonder if there
is a technique I can use to set up a #undef line in config.h.in (with
AH_TOP) that will not be transformed by config.status to the respective
#define or /* #unde
On Thu, Jul 19, 2001 at 01:42:47PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> Anyways, I was thinking of starting to implement the
: Lars> macro-doc-snarfing system I've mentioned before, but it may
[I changed list from -patches to main]
On Thu, Jul 19, 2001 at 01:10:52PM +0200, Akim Demaille wrote:
: You might have noticed, I enjoy moving the files all around :)
Change is good :)
: How does it sound?
I'm game.
As for 2.53, I don't know it's ETA. Anyways, I was thinking of
starting to i
On Tue, Jul 17, 2001 at 06:56:36PM +0200, Peter Eisentraut wrote:
: Can someone comment on this? The user had CPP defined in the environment
: and pointed to a less-than-optimal version. A number of CPP related
: autoconf tests gave losing results, but for compilation gcc was used,
: whose prepr
On Sun, Jun 24, 2001 at 01:51:27PM -0700, Matt Watson wrote:
: (This issue caused OpenSSH to fail to configure properly on Darwin, so
: it's not just a contrived example...)
:
: Darwin's (g)cc driver has the ability to build for multiple
: architectures simultaneously:
:
: cc -arch i386 -arch
On Mon, Jun 18, 2001 at 10:39:33PM +0200, Tim Van Holder wrote:
: > I know the above doesn't work, but could it be done in some other,
: > hopefully portable, way? Wouldn't it speed up configure by a lot if
: > we could apply it to the right sub-tasks?
: >
: > I was even thinking the "resident"
I once tried to fork out a pipelined process into the background that
I could pipe input to and then read the output from (hopefully without
using files). I never quite got it working (the I/O wouldn't block
when there was no data), but that may be my poor shell programming
skills. I'm thinking
On Wed, Jun 13, 2001 at 04:43:19PM +0200, Peter Simons wrote:
: At least the following two pages have links to the old URL:
:
: - http://www.gnu.org/software/autoconf/
fixed
Lars J
On Tue, May 22, 2001 at 04:04:37PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
:
: Lars> Maybe we should move all aux-scripts to a subdir with whatever
: Lars> name we didn't agree on now?
:
: I'm f
Maybe we should move all aux-scripts to a subdir with whatever name we
didn't agree on now? Akim is already doing a filesystem spring cleanup
now, so...
Lars J
--
(list->string '(#\l #\a #\r #\s #\a #\@ #\s #\i #\m #\. #\n #\o))
On Tue, May 22, 2001 at 02:37:33PM +0200, Akim Demaille wrote:
: But, maybe there is something to do with traces. Trying to define the
: `undefined' symbols and trace there expansion. Hm. Nah, way too hard
: (since it means you have to disable quotation etc.), and in addition
: running traces d
On Tue, May 22, 2001 at 02:37:33PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> Since this error message always uses the line-number of the
: Lars> first macro and not the failed macro, couldn't we chang
On Mon, May 21, 2001 at 08:45:32PM +0200, Akim Demaille wrote:
: | + After cleaning up the autoupdate warnings, I got the following warning
: | from autoconf:
: |
: | configure.in:1: error: possibly undefined macro: dnl
:
: Be aware that this message is definitely the sign that somethi
On Mon, May 21, 2001 at 03:41:44PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
:
: Lars> Is the 2.50 branch set up?
:
: There is a tag, autoconf-2_50.
I thought we should branch off for patchlevel/bugfix releases and k
On Mon, May 21, 2001 at 02:41:21PM +0200, Akim Demaille wrote:
: > "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
: >> Well, nobody seems to be against the release, so let's do it now.
:
: Pavel> Let me be the first to congratulate you and everybody on this
: Pavel> list!
:
: Let me be
$1 for AM_CONFIG_HEADER is just inserted into config.status verbatim
without being flattened. You can write "pretty" lists for AC_CONFIG_FILES
but not for AM_CONFIG_HEADER - some consistency would be nice.
Lars J
On Thu, May 10, 2001 at 05:06:33PM +0200, Ralf Corsepius wrote:
: FWIW: I am also seeing random problems related to AC_PROG_CPP
: (AC_PROG_CPP picking up /lib/cpp if using a cross-compiler,
: sometimes I see AC_PROG_CPP being invoked twice). Unfortunately I am
Autoconf has always been good at pic
On Thu, May 10, 2001 at 02:37:32PM +0200, Akim Demaille wrote:
: > "Nathan" == Nathan Neulinger writes:
:
: Nathan> In particular, with autoconf I keep getting the error saying:
:
: Nathan> configure.in:2: error: undefined macro: dnl
:
: Nathan> Any ideas?
:
: Yep, send the top of configu
On Wed, May 09, 2001 at 09:47:27PM -0400, Steven G. Johnson wrote:
: Ralf Corsepius wrote:
: > How about fixing this one
: > http://sources.redhat.com/ml/autoconf-patches/2001-05/msg7.html?
:
: Yes, I was kind of assuming that the immediate bug-patch queue would be
: flushed first. The above
Hi,
Shouldn't we push Autoconf out the door soon? I don't see the point in
delaying the release any longer. Nothing seems to be going on, so I
propose that we make a 2.50 branch and release 2.50 from it. Then we can
continue general development in HEAD while maintaining the 2.50 branch by
ap
On Mon, Apr 30, 2001 at 10:50:08PM +0200, Tim Van Holder wrote:
: In autoconf 2.13, you might get away with:
:
: if test x$ac_cv_prog_BISON = xbison; then
: extra_makefiles="test-bison1/Makefile test-bison2/Makefile"
: fi
: AC_OUTPUT(Makefile test-1/Makefile test-2/Makefile $extra_makefiles)
T
On Thu, Apr 26, 2001 at 05:34:22PM +0200, Akim Demaille wrote:
: From: Akim Demaille <[EMAIL PROTECTED]>
:
: Basically, my feeling is
:
: 1. 2.15 is a bug fix release only. It should not introduce new
:-D
Lars J
Do I need a ChangeLog entry when applying the below patch,
and do I need approval for a TODO-file patch?
Lars J
Index: TODO
===
RCS file: /cvs/autoconf/TODO,v
retrieving revision 1.103
diff -u -r1.103 TODO
--- TODO2001/01/
On Mon, Apr 23, 2001 at 09:15:20PM -0400, Eric Siegerman wrote:
: On Mon, Apr 23, 2001 at 10:14:16PM +1000, Michael Still wrote:
: > How many people use make dist though? My thinking was based on the fact
: > that the configure script is the bit that people seem to be concerned
: > about the most,
On Tue, Apr 24, 2001 at 03:27:39AM -0300, Alexandre Oliva wrote:
: On Apr 23, 2001, Akim Demaille <[EMAIL PROTECTED]> wrote:
: Alexandre> Please tag the tree as autoconf-2_49e immediately. Then,
: Alexandre> we can always branch off the tag if needed.
:
: > Are you referring to a plain
:
: >
On Mon, Apr 23, 2001 at 12:24:15PM -0500, John W. Eaton wrote:
: You might take a look at what is currently used in the Octave sources
: (current CVS and recent bleeding-edge (2.1.x) releases). The doc
: strings for individual functions are written using Texinfo, and they
: are included in the so
On Sun, Apr 22, 2001 at 06:27:34PM +0100, Gary V . Vaughan wrote:
: On Sunday 22 April 2001 12:55 pm, Lars J. Aas wrote:
: > I was thinking m4 would be the most suitable language to implement this in.
:
: Now that you mention it, having a document macro seems like a better idea,
: though
On Fri, Apr 20, 2001 at 11:39:43AM -0700, Ian Lance Taylor wrote:
: (Fascinating goat fact: the Angora goat produces the fiber called
: mohair; the fiber called angora comes from rabbits).
While we're on the subject of fascinating goat facts... :)
http://slashdot.org/science/01/02/08/2215253.sht
On Fri, Apr 20, 2001 at 02:52:08PM +0200, Lars J. Aas wrote:
: I'm thinking of something to stick on the web pages...
I've played a bit with a new layout with a left-hand-side menu legend,
kind of like what you find on http://www.gnu.org/software/guile/>.
The pages are generated
On Fri, Apr 20, 2001 at 09:02:15PM +0100, Gary V . Vaughan wrote:
: On Sunday 15 April 2001 4:00 pm, Lars J. Aas wrote:
: > If we could merge the macro reference documentation with the m4 files and
: > get it extracted automatically, it would be a breeze to keep the doc
: > consistent
On Fri, Apr 20, 2001 at 10:09:27AM -0700, Paul Eggert wrote:
: Here's a suggestion: take the logos from the Plan of St Gall.
A logo should be relatively small and clear - that plan can only
fulfill one of those criterias at a time. I was also hoping for
something with a couple of colors besides
On Fri, Apr 20, 2001 at 03:13:51PM +0200, Akim Demaille wrote:
: Lars> Should it be a goat? I'm thinking of something to stick on the
: Lars> web pages...
:
: Would be great to have one for Libtool, one for Automake and one for
: Autoconf which would compose into a logo for the set.
This set ma
Does such a thing exist? Should it be a goat?
I'm thinking of something to stick on the web pages...
Lars J
On Tue, Apr 10, 2001 at 05:50:41PM -0400, Earnie Boyd wrote:
: Akim Demaille wrote:
: > The thing is, we have already done this. No real patch gets in.
: > Nobody complains about the betas. And no one use them. Let's face
: > it, the only means to have feedback on Autoconf is to release it and
On Wed, Apr 18, 2001 at 01:50:06AM -0300, Alexandre Oliva wrote:
: On Apr 17, 2001, "Tim Van Holder" <[EMAIL PROTECTED]> wrote:
: > Just a few caveats, and how the DJGPP differs from the 'official'
: > tree
:
: Any reason why these shouldn't be part of the autoconf manual? It
: feels like this i
On Tue, Apr 17, 2001 at 04:00:23PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> Is this what the .es file is for?
:
: No idea what this file is.
Looking at http://www.gnu.org/graphics/agnuhead.html, it seems to
On Tue, Apr 17, 2001 at 04:00:23PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> The information pertains to Autoconf 2.50, so it shouldn't be
: Lars> commited before Autoconf 2.50 is released. Shoul
On Tue, Apr 17, 2001 at 07:44:19AM -0600, Eric Lemings wrote:
: 2.50? This is to be a stable GNU release I assume? Since the last (stable)
: release was 2.13, has every version between 2.13 and 2.50 been an alpha/beta,
: unstable/development release?
It's a stable GNU release. A Redhat distrib
Here is what I've done so far. Comments are welcome. I will add
subscription information in the mailing list section, just haven't
done it yet.
The information pertains to Autoconf 2.50, so it shouldn't be commited
before Autoconf 2.50 is released. Should I commit this as a separate
file (auto
On Mon, Apr 16, 2001 at 03:26:51PM -0600, Eric Lemings wrote:
: It's been over two years since the last stable release of Autoconf and I
: see from the ChangeLog in CVS that progress continues.
:
: Are there plans for a new release in the coming months?
We're pinning down Autoconf 2.50 now, whic
On Fri, Mar 30, 2001 at 02:00:32PM +0200, Akim Demaille wrote:
: Help is wanted on the documentation, and nothing else.
OK, I got the www.gnu.org web-pages finally checked out, and I'm willing
to do some updating. The repository contains three copies of the same
file:
index.html
autoconf.ht
On Mon, Apr 16, 2001 at 05:03:43PM +0200, Tim Van Holder wrote:
: I'd like to add a djgpp subdirectory containing 2 files: a
: README for the DJGPP port, and a config.site for use on
: systems running DJGPP.
What do you describe in the README that is specific for DJGPP?
: Other files may be adde
On Sat, Apr 14, 2001 at 12:04:37AM -0400, Steven G. Johnson wrote:
: On Fri, 13 Apr 2001 [EMAIL PROTECTED] wrote:
: > On Thu, Apr 12, 2001 at 11:21:03PM -0400, Steven G. Johnson wrote:
: > > This macro is documented in the manual but I can't seem to find it in the
: > > source. Is it obsolete?
:
On Thu, Apr 12, 2001 at 09:41:00PM +0200, Peter Eisentraut wrote:
: 2. Subsidiary; supplementary.
Hey, I like sub for "subsidiary".
sub - subsidiary scripts
sub-scripts / subroutines for the build system
subdir for Autoconf stuff :)
Lars J
On Wed, Apr 11, 2001 at 12:27:28PM +0200, Lars J. Aas wrote:
: On Tue, Apr 10, 2001 at 10:25:32AM -0700, Paul Eggert wrote:
: : > > Anyways, I've tried a slightly changed format:
: : > >
: : > > $ ./config.status --version
: : > > GNU Autoconf config.status
On Tue, Apr 10, 2001 at 10:25:32AM -0700, Paul Eggert wrote:
: > > Anyways, I've tried a slightly changed format:
: > >
: > > $ ./config.status --version
: > > GNU Autoconf config.status 2.49e
: > > configured by ../autoconf/configure, generated by GNU Autoconf 2.49e,
: > > for host "nf
On Tue, Apr 10, 2001 at 02:23:03PM +0200, Akim Demaille wrote:
: So? Let's give a try to Python? Move to Perl 5.5? Other?
I suddenly got the urge to do some ranting :-}
The situation today is that perl has the upper hand and Guile is more or
less just another embeddable scheme interpreter. W
On Mon, Apr 09, 2001 at 08:55:34PM +0200, Lars J. Aas wrote:
: On Mon, Apr 09, 2001 at 05:46:49PM +0200, Lars J. Aas wrote:
: : Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
:
: Does anyone with good knowledge of the Autoconf history know when
: config.status became a reality
On Tue, Apr 10, 2001 at 11:39:19AM +0200, Akim Demaille wrote:
: How about AC_CONFIG_CONFIG_DIR?
AC_CONFIG_SCRIPT_DIR, AC_CONFIG_EXTRA_DIR, AC_CONFIG_STUFF_DIR,
AC_CONFIG_LIB_DIR, AC_CONFIG_CONF_DIR... "CONFIG_CONFIG" seems a bit
strange.
Lars J
On Tue, Apr 10, 2001 at 02:48:39PM +0200, Akim Demaille wrote:
: > "Russ" == Russ Allbery <[EMAIL PROTECTED]> writes:
:
: Russ> I hate to say this, but C *is* pretty portable, and you can
: Russ> probably assume that all maintainers who use autoconf have a C
: Russ> compiler available. I sup
On Tue, Apr 10, 2001 at 02:47:08PM +0200, Ralf Corsepius wrote:
: Akim Demaille wrote:
: > Let's flush all the documentation related patches, Lars' cleanups, and
: > target an actual release next week.
:
: I am in favor for letting autoconf-2.50 be preceeded by a at least 4
: weeks long "code-fre
On Tue, Apr 10, 2001 at 02:23:03PM +0200, Akim Demaille wrote:
: Honestly, I didn't even mention Python because I think it is too
: strong a required as opposed to Perl. But if Python is accepted, I'd
: be happy to learn it and use it for Autoconf.
:
: I don't know if Guile is a serious candidat
On Tue, Apr 10, 2001 at 10:58:37AM +0200, Akim Demaille wrote:
: Let's flush all the documentation related patches, Lars' cleanups, and
: target an actual release next week.
There are no showstoppers left?
: I think 2.51 will probably be released soon afterwards. Nonetheless,
: I would like to
[EMAIL PROTECTED]
-Lars J. Aas[EMAIL PROTECTED]
-Marcus Daniels [EMAIL PROTECTED]
-Marcus Thiessel[EMAIL PROTECTED]
-Mark Elbrecht [EMAIL PROTECTED]
-Markku Savela [EMAIL PROTECTED]
-Markus Oberhumer [EMAIL PROTECTED]
-Martin Buchholz
On Mon, Apr 09, 2001 at 05:46:49PM +0200, Lars J. Aas wrote:
: Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Does anyone with good knowledge of the Autoconf history know when
config.status became a reality? The list of years above is probably
an exaggeration...
Lars J
2001-04-09 Lars J. Aas <[EMAIL PROTECTED]>
* autoupdate.in (print_usage): print "\ at end of line does not
work as expected, so change block to here-doc instead.
(print_version): Same.
Index: au
On Mon, Apr 09, 2001 at 07:23:03PM +0200, Tim Van Holder wrote:
: > $ ./config.status --version
: > GNU Autoconf config.status 2.49e
: > generated automatically by GNU Autoconf configure 2.49e
: > which was generated by GNU Autoconf 2.49e
: > and invoked on nfs.trh.sim.no with the comman
line options (to avoid
logging --version and --help invocations to config.log).
Lars J
2001-04-09 Lars J. Aas <[EMAIL PROTECTED]>
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Re-enable logging to
`config.log' from `config.status', but delay logging till after
On Mon, Apr 09, 2001 at 05:46:49PM +0200, Lars J. Aas wrote:
: With the risk of starting another jihad - here goes ;)
:
: This patch makes the `config.status --version' response conform
: with the GNU Coding Standards and follows the convention used for
: `configure --version'. The
for the GNU Autoconf
project - for other projects the information will not seem *that*
redundant.
2001-04-09 Lars J. Aas <[EMAIL PROTECTED]>
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Make version
information for `config.status --version' conform with the
On Fri, Apr 06, 2001 at 02:45:02PM +0200, Akim Demaille wrote:
:
: | 1) I've become quite a fan of using the AC_CONFIG_AUX_DIR macro, and I
: |wouldn't mind if one was set up in Autoconf too. Are there good reasons
: |for not setting one up?
:
: The only real question is the name of tha
1) I've become quite a fan of using the AC_CONFIG_AUX_DIR macro, and I
wouldn't mind if one was set up in Autoconf too. Are there good reasons
for not setting one up?
2) We ought to unify the way these macros are named:
AC_CONFIG_AUX_DIR
AC_CONFIG_SRCDIR
One ought to change and
On Wed, Apr 04, 2001 at 07:17:17PM +0200, Peter Eisentraut wrote:
: > card 1.3 (GNU a2ps 4.13)
: > cat - GNU textutils 1.19c
: > msgfmt - GNU gettext 0.10.24
: > GNU recode 3.4.2
:
: Apparently Gnits is ignoring the GNU standards here.
"GNU recode 3.4.2" is good - I agree that the rest is
On Wed, Apr 04, 2001 at 06:43:15PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> This is cool, and I see your point - we should follow
: Lars> conventions. I agree. I believe we are.
:
: :) :) :)
:
: OK, e
On Wed, Apr 04, 2001 at 06:31:26PM +0200, Akim Demaille wrote:
: >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> Give me real examples of configure scripts being installed for a
: Lars> good reason, or programs actually parsing the output
On Wed, Apr 04, 2001 at 06:09:25PM +0200, Akim Demaille wrote:
: If you recall, there was once someone who complained about the
: behavior of a configure, and posted a configure.in of another
: package.
I don't see the relevance - please explain.
: Lars> Also, you can expect two "a2ps" programs
On Wed, Apr 04, 2001 at 05:58:02PM +0200, Akim Demaille wrote:
: All I can see is that we are making it more difficult for programs to
: parse --version. And again, I am not kidding. Programs such as card
: and help2man are expecting strict formats for this, and I paid special
: attention to be
On Wed, Apr 04, 2001 at 05:37:43PM +0200, Akim Demaille wrote:
: We are going backwards again and against some well established
: conventions (yes, again, the GNU std are underspecifying).
:
: I _regret_ we changed this. We are breaking what other people already
: did, e.g.,
:
: src/ace/doc % t
On Wed, Apr 04, 2001 at 05:24:06PM +0200, Lars J. Aas wrote:
: It's already applied.
Since Akim asked me to wait for a second approval on the config.log
patch, is that what I really should have done with this one too?
Lars J
On Wed, Apr 04, 2001 at 05:23:51PM +0200, Peter Eisentraut wrote:
: Lars J. Aas writes:
:
: > $ head config.log
: > This file contains any messages produced by compilers while
: > running configure, to aid debugging if configure makes a mistake.
: >
: > It was created
So finally, here it is... Old config.log is preserved if you just
invoke configure for --help and --version.
Akim, can you write a test-case for this behaviour? - I've still not
taken the plunge into autotest :(
2001-04-04 Lars J. Aas <[EMAIL PROTECTED]>
For this who don't have m4 as a second language, the result of this patch
is like this:
$ configure --version
GNU Autoconf configure 2.49e
generated by GNU Autoconf 2.49e
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This configure sc
2001-04-04 Lars J. Aas <[EMAIL PROTECTED]>
* acgeneral.m4 (_AC_INIT_DEFAULTS): Produce better version
information for config.log header.
(_AC_INIT_VERSION): Produce better version information for
`configure --version'.
Index: a
On Thu, Mar 29, 2001 at 10:33:03PM -0300, Alexandre Oliva wrote:
: On Mar 29, 2001, "Lars J. Aas" <[EMAIL PROTECTED]> wrote:
: > AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
: > generated by GNU Autoconf AC_ACVERSION
:
: I like this one.
Good. Only thing I'm still
On Thu, Mar 29, 2001 at 10:33:03PM -0300, Alexandre Oliva wrote:
: On Mar 29, 2001, "Lars J. Aas" <[EMAIL PROTECTED]> wrote:
: > AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
: > generated by GNU Autoconf AC_ACVERSION
:
: I like this one. Except that the copyright noti
On Thu, Mar 29, 2001 at 12:25:55PM -0500, Derek R. Price wrote:
: Peter's original suggestion seems appropriate, then:
:
: > configure (AC_PACKAGE_NAME) AC_PACKAGE_VERSION
: > generated by GNU Autoconf AC_ACVERSION
Another log on the fire :)
AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
generate
On Thu, Mar 29, 2001 at 08:29:19AM -0500, Derek R. Price wrote:
: I also don't see a reason why it would be very useful to maintain a version
: on a configure script separate from the pacage version. Anyone else?
If you follow development sources through CVS, it can be a good idea, but
using AC
1 - 100 of 340 matches
Mail list logo