Hi Vincent,
* Vincent Torri wrote on Sat, Dec 24, 2005 at 04:27:15PM CET:
>
> i have an autogen.sh script that launches autoreconf (only)
>
> i want to use an m4 macro, which in a file in the m4/ subdirectory of my
> source tree.
>
> in configure.ac, i have put :
>
> AC_CONFIG_MACRO_DIR(m4)
On Tue, 27 Dec 2005, Gary Kumfert wrote:
Am I correct that its been two years since the
last autoconf release?
two years, one month and 22 days (looking at file modification times).
Is there going to be another release? Soon?
a release implies that the maintainers will support it
(the mai
Dan Jacobson uncovered what I believe is a bash bug:
http://article.gmane.org/gmane.comp.shells.bash.bugs/8574
See my arguments as to why I think this is a violation of
POSIX rules:
http://article.gmane.org/gmane.comp.shells.bash.bugs/8575
Although the Shell Substitutions portion of the manual
al
(Please Cc: me, I'm not subscribed.)
I've been having a bit of a debate with people lately about the
expected behavior of autoconf v.s. "traditional" placement of
configuration files. I'm in the middle (well, toward the end) of the
migration of GNATS from hand-crafted Makefile.in files to automak
Eric Blake wrote:
Dan Jacobson uncovered what I believe is a bash bug:
http://article.gmane.org/gmane.comp.shells.bash.bugs/8574
See my arguments as to why I think this is a violation of
POSIX rules:
http://article.gmane.org/gmane.comp.shells.bash.bugs/8575
Although the Shell Substitutions port
On Wednesday 28 December 2005 12:28 am, Chris Telting wrote:
> I am trying to modify the configure script for gcc. I am trying to add
> an option that would instruct it not to build gcclib.
>
> something like: configure --nogcclib
AC_ARG_ENABLE([gcclib],... or AC_ARG_WITH([gcclib],... dependin
I've often thought that the directory layout supported by the GNU coding
standards (and by extension, autoconf and automake) was both incomplete
and constraining.
I discussed this with Richard years ago and was unable to convince him.
In the interim I have learned more and I now believe even what
I'm new to autoconf and libtool, and I'm trying to build some existing
libraries into my project. (For those who might be familiar with them,
I'm trying to use libmaildir from courier-imap, so that I don't have to
write the maildir++ routines myself). However, I'm running into some
difficulty,
Gary Kumfert <[EMAIL PROTECTED]> writes:
> Is there going to be another release? Soon?
Yes, but there's no schedule. Nobody has been appointed as a release
manager. There is no technology roadmap. Volunteers for doing all
this stuff would be welcome.