From: Marc Kleine-Budde <mkl@pengutronix.de>
To: Darren Hart <dvhltc@us.ibm.com>
Cc: Robert Schwebel <r.schwebel@pengutronix.de>,
linux-rt-users@vger.kernel.org
Subject: Re: [patch 01/15] autoreconf doesnt always do the right thing, add manual variant
Date: Wed, 25 Jul 2007 22:07:59 +0200 [thread overview]
Message-ID: <46A7AD9F.9060706@pengutronix.de> (raw)
In-Reply-To: <200707250854.08850.dvhltc@us.ibm.com>
Darren Hart wrote:
>> Right - with "AC_CONFIG_MACRO_DIR([config/m4])" in configure.ac we
>> instruct autoconf to put all autogenerated suff into config/m4, to keep
>> the root of the project clean. If you run autogen or autoreconf this
>> directory must be existent, at least with the tool when I collected our
>> autoconf-skeleton (about 1,5 years ago). This file ensures that this
>> directory is present.
> It appears that config/autoconf also needs to be present. I have committed
> that to rcs as well. However, is the general consensus that I should revert
> the autoconf.sh to what it was with the initial 0.3 release and remove the
> config directory from rcs ?
I mixed things up a bit. AC_CONFIG_AUX_DIR([config/autoconf]) is where
autoconf puts its autogenerated stuff, and
AC_CONFIG_MACRO_DIR([config/m4]) is where it's looking for additional m4
files. All dirs need to be present.
Marc
--
Dipl.-Ing. Marc Kleine-Budde | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Hannoversche Str. 2, 31134 Hildesheim, Germany
Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9
next prev parent reply other threads:[~2007-07-25 20:08 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-24 9:25 [patch 00/15] fixes for rt-test build system Robert Schwebel
2007-07-24 9:25 ` [patch 01/15] autoreconf doesnt always do the right thing, add manual variant Robert Schwebel
2007-07-24 16:56 ` Darren Hart
2007-07-24 18:29 ` Robert Schwebel
2007-07-24 20:01 ` Marc Kleine-Budde
2007-07-25 15:54 ` Darren Hart
2007-07-25 20:07 ` Marc Kleine-Budde [this message]
2007-07-24 9:25 ` [patch 06/15] fix cppflags vs. cflags issues Robert Schwebel
2007-07-24 20:29 ` Darren Hart
2007-07-24 9:25 ` [patch 07/15] distribute all necessary files Robert Schwebel
2007-07-24 20:51 ` Darren Hart
2007-07-24 9:25 ` [patch 08/15] use static libs for supportlibs Robert Schwebel
2007-07-24 20:59 ` Darren Hart
2007-07-24 21:14 ` Robert Schwebel
2007-07-25 15:49 ` Darren Hart
2007-07-24 9:25 ` [patch 09/15] add a makefile for stress/pi-tests Robert Schwebel
2007-07-24 21:00 ` Darren Hart
2007-07-24 9:25 ` [patch 10/15] fixup maintainerclean Robert Schwebel
2007-07-24 21:27 ` Darren Hart
2007-07-24 23:11 ` Robert Schwebel
2007-07-25 15:47 ` Darren Hart
2007-07-24 9:25 ` [patch 11/15] periodic_cpuload_single needs support libs Robert Schwebel
2007-07-24 21:07 ` Darren Hart
2007-07-24 9:25 ` [patch 12/15] fix version and contact information Robert Schwebel
2007-07-24 21:07 ` Darren Hart
2007-07-24 9:25 ` [patch 13/15] cleanup makefile generation Robert Schwebel
2007-07-24 21:08 ` Darren Hart
2007-07-24 9:25 ` [patch 14/15] remove bogus characters from makefile Robert Schwebel
2007-07-24 21:10 ` Darren Hart
2007-07-24 9:25 ` [patch 15/15] coding style fixes Robert Schwebel
2007-07-24 21:26 ` Darren Hart
2007-07-24 23:07 ` Robert Schwebel
2007-07-24 16:52 ` [patch 00/15] fixes for rt-test build system Darren Hart
2007-07-24 17:09 ` Robert Schwebel
2007-07-24 19:14 ` Josh Triplett
2007-07-24 19:53 ` Robert Schwebel
[not found] ` <20070724092556.384375980@metis.extern.pengutronix.de>
[not found] ` <200707241046.29386.dvhltc@us.ibm.com>
2007-07-24 18:22 ` [patch 05/15] remove autogenerated files Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46A7AD9F.9060706@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=dvhltc@us.ibm.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=r.schwebel@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.