Re: bug#19108: bad error messages in dist targets, automake 1.14.1

2014-12-19 Thread Gary V. Vaughan
-about-shar-and-tarZ-dep.patch It looks like the warning content for those two targets are reversed to me... Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)

Re: How to remove all newly generated files in amhello?

2013-07-30 Thread Gary V. Vaughan
[Moved to Automake List] On Jul 31, 2013, at 8:00 AM, Peng Yu pengyu...@gmail.com wrote: On Tue, Jul 30, 2013 at 7:25 PM, Gary V. Vaughan g...@vaughan.pe wrote: On Jul 31, 2013, at 5:15 AM, Peng Yu pengyu...@gmail.com wrote: http://www.gnu.org/software/automake/manual/html_node/Creating

Re: [PATCH 1/2] AC_CONFIG_MACRO_DIRS: new macro, mostly for aclocal

2012-10-19 Thread Gary V. Vaughan
libtoolize will be little more than: #!/bin/sh pkgdatadir=/usr/local/share/libtool aux_dir=`$pkgdatadir/extract-trace AC_CONFIG_AUX_DIR |sed 1q` cp $pkgdatadir/ltmain.sh ${aux_dir-.} Let me know if I missed anything :) Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)

Re: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-18 Thread Gary V. Vaughan
Hello Mr. Strike, On Oct 18, 2012, at 7:16 PM, NightStrike nightstr...@gmail.com wrote: On Wed, Oct 17, 2012 at 11:27 AM, Gary V. Vaughan g...@gnu.org wrote: Thanks to everyone for your feedback. Much appreciated. It seems that merging libtool into Automake would be an unpopular move all

Re: [RFC] Superseding aclocal? (was: Re: [PATCH 1/2] AC_CONFIG_MACRO_DIRS: new macro, mostly for aclocal)

2012-10-17 Thread Gary V. Vaughan
Hi Stefano, Thanks for the fast response! On 17 Oct 2012, at 15:52, Stefano Lattarini stefano.lattar...@gmail.com wrote: [Adding Automake list in CC:] Reference: https://lists.gnu.org/archive/html/autoconf-patches/2012-10/msg00018.html On 10/17/2012 10:25 AM, Gary V. Vaughan wrote

[RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-17 Thread Gary V. Vaughan
release. Thoughts? Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)

Re: [RFC] Superseding aclocal?

2012-10-17 Thread Gary V. Vaughan
Hi Stefano, On 17 Oct 2012, at 16:45, Stefano Lattarini stefano.lattar...@gmail.com wrote: On 10/17/2012 11:24 AM, Gary V. Vaughan wrote: On 17 Oct 2012, at 15:52, Stefano Lattarini stefano.lattar...@gmail.com wrote: On 10/17/2012 10:25 AM, Gary V. Vaughan wrote: I remember many years ago

Re: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-17 Thread Gary V. Vaughan
. On 17 Oct 2012, at 20:57, Bob Friesenhahn bfrie...@simple.dallas.tx.us wrote: On Wed, 17 Oct 2012, Gary V. Vaughan wrote: Libtool is just (a complicated) compiler wrapper, to make building and linking against libraries easy to specify... be that on the command line with a direct libtool

bug#11863: Building test plugins

2012-07-05 Thread Gary V. Vaughan
object anyway, but /dev/null makes it clearer that we'r doing something a bit odd here. Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)

Re: [PATCH 09/25] syntax-check: fix violations and re-enable sc_makefile_at_at_check.

2011-11-17 Thread Gary V. Vaughan
on the architectures I have access to, including both HP/UX and IRIX. Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)

Re: need to set ACLOCAL_AMFLAGS along with AC_CONFIG_MACRO_DIR

2010-09-16 Thread Gary V. Vaughan
in Makefile.am. Libtoolize users will have fewer issues here though, because libtoolize already complains about conflicts between AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGS. Cheers, -- Gary V. Vaughan (g...@gnu.org) PGP.sig Description: This is a digitally signed message part

Re: Defining dependencies in Automake

2010-06-22 Thread Gary V. Vaughan
V. Vaughan (g...@gnu.org)

334-gary-remove-libtool-dvi.patch

2008-01-18 Thread Gary V. Vaughan
, make distcheck always fails because it finds ./libtool.dvi after running make distclean in the unpacked tarball tree. So, we need this at least until automake is fixed. Okay to commit? Index: ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * Makefile.am (DISTCLEANFILES): Remove

Re: [AM-1.4] make distclean tries to build objects

2006-06-13 Thread Gary V. Vaughan
for the 1.4px series in early 2001). HTH, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http://trac.azazil.net/projects/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

Re: specifying target directories in non-recursive automake

2006-02-24 Thread Gary V. Vaughan
-recursive automake system, which might have identically named source files? In your configure.ac, make sure AM_INIT_AUTOMAKE is given the subdir-objects option (you'll also need a recent automake): AM_INIT_AUTOMAKE([1.9 subdir-objects]) HTH, Gary. -- Gary V. Vaughan ())_. [EMAIL

Re: Newbie: Installing some binaries and other files in /usr/X11R6 by default

2006-02-24 Thread Gary V. Vaughan
/to/configure --prefix=/path/to/X11R6/root/directory $ make $ su # make install HTH, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author

Re: A extremely simple exaple on how to use automake to build libs

2006-02-02 Thread Gary V. Vaughan
://sources.redhat.com/autobook/download.html to give the option of downloading a modernised version of some of the examples, including a new convenience-2.0. Please give it a try. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http

Re: Fwd: Automake problem: one makefile for everything

2005-12-15 Thread Gary V. Vaughan
? But in *one* Makefile.am. How do I do it? AUTOMAKE_OPTIONS = subdir-objects lib_LTLIBRARIES = libmain.la modules/libmod.la libmain_la_SOURCES = main1.c main2.c modules_libmod_la_SOURCES = modules/mod1.c modules/mod2.c HTH, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org

Re: symlinked libltdl and aclocal

2005-09-30 Thread Gary V. Vaughan
that by having libtoolize always copy aclocal.m4 with --ltdl, even if --copy wasn't specified? :-/ Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical

Re: [PATCH PING] Support AC_CONFIG_LIBOBJ_DIR (fixes PR/401)

2005-05-08 Thread Gary V. Vaughan
It's been a couple of weeks since there was any movement on this thread... just a gentle reminder that the automake section is still awaiting attention. Cheers, Gary. Gary V. Vaughan wrote: Salut Alexandre, Thanks for the feedback: Alexandre Duret-Lutz wrote: * LIBOBJDIR seems

Re: [PATCH] Support AC_CONFIG_LIBOBJ_DIR

2005-04-18 Thread Gary V. Vaughan
-18 Gary V. Vaughan [EMAIL PROTECTED] * automake.in (config_libobj_dir): Either `.' or whatever directory is given to AC_CONFIG_LIBOBJ_DIR in configure.ac. (scan_autoconf_traces): Set config_libobj_dir. (require_libobj_with_macro): Use $config_libobj_dir when looking

Re: [PATCH] Support AC_CONFIG_LIBOBJ_DIR

2005-04-18 Thread Gary V. Vaughan
Hi Paul, Paul Eggert wrote: I like the patch from the Autoconf point of view, assuming the Automake folks take their bit. Thanks. One small point: Gary V. Vaughan [EMAIL PROTECTED] writes: +ac_libobj_dir= +test X${ac_config_libobj_dir-.} != X. + ac_libobj_dir=`echo

Re: Mixing BUILT_SOURCES, double quote include and separation of source and binary directory

2005-03-30 Thread Gary V. Vaughan
? In src/Makefile.am: AM_CPPFLAGS = -I$(srcdir)/../include -I../include Or if include and src are immediate children of the directory containing configure.ac: AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include HTH, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED

Re: Still no joy....

2005-02-23 Thread Gary V. Vaughan
)? Does the autogen binary install without needing to be relinked? What architecture are you running all of this on at the moment? Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http

Re: libtool non standard library name

2005-01-28 Thread Gary V. Vaughan
: _gvmodule_la_LDFLAGS = -module _gtkmissing_la_LDFLAGS = -module Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http

Re: License of m4/ltoptions.m4

2004-11-12 Thread Gary V. Vaughan
Paul Eggert wrote: Gary V. Vaughan [EMAIL PROTECTED] writes: Now for the note to the FSF that explains why we need it... here is a first cut to get the ball rolling: That looks fine to me. Thanks. Okay, there have been no corrections or objections in the last 24 hours... Where do we send

Re: License of m4/ltoptions.m4

2004-11-11 Thread Gary V. Vaughan
Paul for that purpose, under the same terms that you use for Paul the rest of the package. [...] President Eggert, you have my vote! Seconded :-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: License of m4/ltoptions.m4

2004-11-10 Thread Gary V. Vaughan
. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP

Re: License of m4/ltoptions.m4

2004-11-10 Thread Gary V. Vaughan
On second thoughts, why not take this opportunity to unify the license exception between libtool and automake so we can share code more easily? Gary V. Vaughan wrote: Alexandre Duret-Lutz wrote: Paul == Paul Eggert [EMAIL PROTECTED] writes: [...] Paul Would you use the exact same wording in #2

Re: License of m4/ltoptions.m4

2004-11-10 Thread Gary V. Vaughan
Paul Eggert wrote: Gary V. Vaughan [EMAIL PROTECTED] writes: However, even though our intentions are good, and we are merely clarifying the existing spirit of the exception clauses we have used all along, is it okay to just edit the license of existing files without explicit permission from

Re: License of m4/ltoptions.m4

2004-11-10 Thread Gary V. Vaughan
Paul Eggert wrote: Gary V. Vaughan [EMAIL PROTECTED] writes: Was anybody unhappy with the exception wording in my last post in the thread? If not we can start from there. I worry that it's too generous, because it means that if the package uses the .m4 file as input to autoconf

Re: License of m4/ltoptions.m4

2004-11-10 Thread Gary V. Vaughan
such as aclocal (without singling out aclocal) to preprocess the file, as long as the intent is to build a configure script. I prefer my wording :-) Bruce's would be kinda cool too. But frankly, I'd be flabbergasted is the FSF bought that :-( Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL

Re: License of m4/ltoptions.m4

2004-11-09 Thread Gary V. Vaughan
was already present in the libtool license when libltdl was added, so there is no problem in adding the clause back in. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org

Re: Wish: add a target install-list target in generated Makefile

2004-11-08 Thread Gary V. Vaughan
implementation of make (eg GNU Make): make -n install will show the commands that would be executed without actually running them. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: Configure options

2004-09-21 Thread Gary V. Vaughan
Thomas Degris wrote: I guess this is not an automake question but I would like to know how I can disable static build by default (I mean activate the --disable-static by default) when running configure. http://www.gnu.org/software/libtool/manual.html#IDX79 -- Gary V. Vaughan

Re: compile problem

2004-09-21 Thread Gary V. Vaughan
Hallo! Ralf Wildenhues wrote: Alexandre Duret-Lutz writes: Gary == Gary V Vaughan [EMAIL PROTECTED] writes: because AM_PROG_CC_C_O horribly overwrites CC, it's not clear to me whether AM_PROG_CC_C_O LT_INIT is equivalent to LT_INIT AM_PROG_CC_C_O It looks like Libtool's `-c -o

Re: Feature request

2004-09-17 Thread Gary V. Vaughan
the scripts used to build the software. It may be small consolation, but the next release of GNU m4 has the last bit of functionality required to eliminate aclocal entirely. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks

Re: Feature request

2004-09-17 Thread Gary V. Vaughan
Albert Chin wrote: On Fri, Sep 17, 2004 at 02:49:05PM +0100, Gary V. Vaughan wrote: It may be small consolation, but the next release of GNU m4 has the last bit of functionality required to eliminate aclocal entirely. How does it do that? If the .m4 files for libtool 1.4 are in /opt

Re: tests in subdirectories

2004-09-14 Thread Gary V. Vaughan
this by default (if it doesn't already)... Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com

Re: compile problem

2004-09-10 Thread Gary V. Vaughan
Alexandre Duret-Lutz wrote: Gary == Gary V Vaughan [EMAIL PROTECTED] writes: [...] Gary So does that simply mean that libtool objects can be correctly built Gary as subdir-objects without AM_PROG_CC_C_O? Sorry to bug you, just Gary making sure I understand why you made the patch

Re: compile problem

2004-09-10 Thread Gary V. Vaughan
Bob Friesenhahn wrote: On Fri, 10 Sep 2004, Gary V. Vaughan wrote: Okay. But for a project built with `make -j', we still need AM_PROG_CC_C_O and _LT_COMPILER_C_O to understand each others' locks :-( [...] Gary Meant to ask, why doesn't AM_INIT_AUTOMAKE (conditionally if Gary

Re: compile problem

2004-09-08 Thread Gary V . Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salut! On 7 Sep 2004, at 22:03, Alexandre Duret-Lutz wrote: Gary == Gary V Vaughan [EMAIL PROTECTED] writes: Gary Do we need to patch automake to accept LT_INIT for Gary subdir-objects projects, or do you think AC_PROG_CC_C_O Gary should be merged

Re: compile problem

2004-09-07 Thread Gary V . Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salut Alexandre! Welcome back. Hope you enjoyed your vacation :-) On 7 Sep 2004, at 22:03, Alexandre Duret-Lutz wrote: Gary == Gary V Vaughan [EMAIL PROTECTED] writes: [...] On Mon, Aug 23, 2004 at 08:29:07PM +0100, Patrick Welche wrote: I just tried

Re: non-recursive make and tests

2004-08-31 Thread Gary V . Vaughan
that behaviour by making your test input into here documents in the test scripts, without a whole scale move to Autotest? Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http

Re: non-recursive make and tests

2004-08-31 Thread Gary V. Vaughan
return from vacation :-( Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc

Re: executing shell commands (like cp)

2004-08-26 Thread Gary V. Vaughan
noinst_DATA = libname.so libname.so: libname.la @rm -f $@ $(LN_S) .libs/$@ $@ Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool

Re: compile problem

2004-08-26 Thread Gary V. Vaughan
has a non compiler specific version of that macro called _LT_COMPILER_C_O which is automatically called by LT_INIT. Do we need to patch automake to accept LT_INIT for subdir-objects projects, or do you think AC_PROG_CC_C_O should be merged with _LT_COMPILER_C_O? Cheers, Gary. -- Gary V

Re: uninstall fails to remove library

2004-08-17 Thread Gary V. Vaughan
an uninstall bug similar to what you describe. Please upgrade to a recent 1.5.x release and try again. If you still experience problems, please report them to [EMAIL PROTECTED] Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks

ltmain.sh

2004-07-29 Thread Gary V. Vaughan
. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: searching for libtool.m4 in tests/defs

2004-05-27 Thread Gary V. Vaughan
/local/share/libtool/m4/ltsugar.m4 /usr/local/share/libtool/m4/ltversion.m4 Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author

Re: [ot]wiki for auto* tools?

2004-05-21 Thread Gary V. Vaughan
://mail.gnu.org/archive/html/automake/2004-05/msg00053.html Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http

Re: Problems after upgrading gnu tools

2004-05-10 Thread Gary V. Vaughan
. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

Re: Libtool's manual disparages Automake! :-o

2004-03-02 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: |Gary == Gary V Vaughan [EMAIL PROTECTED] writes: | | | [...] | | Gary should Automake be patched to accept `program_LDADD = | Gary -dlopen foo.la'? | | Sorry for the delay. No worries. It gave me time to audit the m4

Re: Automatic regeneration of libtool

2004-03-02 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Salut Alexandre, Alexandre Duret-Lutz wrote: |Gary == Gary V Vaughan [EMAIL PROTECTED] writes: | Gary Instead, I'd like to have LT_INIT perform the | Gary AC_SUBST([LIBTOOL_DEPS]), and Automake generate the | Gary following rule when libtool

Automatic regeneration of libtool

2004-02-24 Thread Gary V. Vaughan
$(LIBTOOL_DEPS) cd $(top_builddir) $(SHELL) ./config.status $@ Does that seem like a sensible thing to want? Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://www.oranda.demon.co.uk GNU Hacker / )= http

Re: --program-prefix leads to broken libtoolize

2004-02-03 Thread Gary V . Vaughan
, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://www.oranda.demon.co.uk GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

Re: RFC: doc for `Handling Tools that Produce Many Outputs'

2004-02-01 Thread Gary V . Vaughan
. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://www.oranda.demon.co.uk GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

Re: utility programs used during build

2004-01-14 Thread Gary V . Vaughan
On Tuesday, January 13, 2004, at 06:05 pm, Warren Turkal wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 13 January 2004 05:54 am, Gary V. Vaughan wrote: Warren Turkal wrote: | Is there any analysis on what it would take to create utility programs | that are only used during

Re: utility programs used during build

2004-01-13 Thread Gary V. Vaughan
and | uses it during installation, but does not install it. I am under the | impression that automake does not support this right now. What would be | needed to add support for this feature. Does this work? nodist_PROGRAMS = installtool install: installtool - -- Gary V. Vaughan ())_. [EMAIL

Re: config.guess and freedom

2004-01-10 Thread Gary V. Vaughan
, but I think your original comment devalues config.guess unfairly. Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://www.oranda.demon.co.uk GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author

Re: config.guess and freedom

2004-01-08 Thread Gary V . Vaughan
. config.guess is without a doubt a very useful piece of code, and libtool is a prime example where leveraging it has probably saved thousands of programmers untold pain. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http

Re: bootstrapping CVS libtool

2004-01-06 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Wed, 2003-11-26 at 15:49, Gary V. Vaughan wrote: | | |Scott James Remnant wrote: ||On Wed, 2003-11-26 at 11:41, Gary V. Vaughan wrote: || 1: remove $prefix/share/aclocal/l(ibtoo|td)l.m4 of old releases at install

Re: aclocal 1.8 no longer loads overridden macros

2003-12-17 Thread Gary V. Vaughan
aclocal.m4 | cat: aclocal.m4: No such file or directory | | The problem is caused by the call to undefine, this loses the traced | attribute. You might try a CVS version of GNU m4... from the ChangeLog: 2001-10-10 Gary V. Vaughan [EMAIL PROTECTED] ~The trace semantics now attach the trace bit

Re: Desired feature

2003-12-04 Thread Gary V. Vaughan
lines of `foo_LDFLAGS = -module' in a future m4 Makefile.am :-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://www.oranda.demon.co.uk GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http

Re: Desired feature

2003-12-04 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: | On Thu, Dec 04, 2003 at 08:49:04AM +, Gary V. Vaughan wrote: | |It would be great to have `LT_LDFLAGS = -module', rather than 15 lines of |`foo_LDFLAGS = -module' in a future m4 Makefile.am :-) | | | Regarding M4: last

Re: Desired feature

2003-12-04 Thread Gary V. Vaughan
is the default, and overriding must be specified. Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://www.oranda.demon.co.uk GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com

Re: 'ccache gcc' as compiler with libtool

2003-11-28 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: | How can automake determine whether the version of libtool used in | a package supports --tag ? test -n `libtool --help | grep -- --tag=TAG` - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist

Re: 'ccache gcc' as compiler with libtool

2003-11-28 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: |Gary == Gary V Vaughan [EMAIL PROTECTED] writes: | | | Gary Alexandre Duret-Lutz wrote: | How can automake determine whether the version of libtool used in | a package supports --tag ? | | Gary test -n `libtool --help

Re: bootstrapping CVS libtool

2003-11-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Tue, 2003-11-25 at 13:27, Gary V. Vaughan wrote: | | |Scott James Remnant wrote: || The gotcha is that for some reason aclocal pulls in both m4/libtool.m4 || AND /usr/share/aclocal/libtool.m4 into aclocal.m4 and puts

Re: bootstrapping CVS libtool

2003-11-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Wed, 2003-11-26 at 11:41, Gary V. Vaughan wrote: |libtool.m4 will be slowly crushed under the weight of its old releases. | | It stops us changing our AC_DEFUNs to m4_defines, yes. It wouldn't stop | us removing old

Re: Non-recursive make intermediate objects

2003-11-20 Thread Gary V. Vaughan
issues that I reported (maybe this is one actually). Cheers, Gary. -- ())_. Gary V. Vaughangary@(lilith.warpmail.net|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk ,_()) / )= GNU Hacker http://www.gnu.org/software/libtool

1-gary-strip-target-suffix-from-default-source.patch [was Re: Default source file names]

2003-11-19 Thread Gary V. Vaughan
On Tue, 18 Nov 2003 11:02:04 -0700, Kevin P. Fleming [EMAIL PROTECTED] said: Gary V. Vaughan wrote: with the simpler: ~pkglibexec_LTLIBRARIES = gnu.la . traditional.la ~AM_LDFLAGS = -module but unfortunately Automake wants to build `gnu.la' from `gnu.la.c', so

[Fwd: Re: m4 from cvs, cygwin]

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary V. Vaughan wrote: | | | --- | | When I configured using --enable-static --disable-shared: | | | | make install failed (actually, make install DESTDIR=...) because libtool | | was looking for m4.exe in .libs, even though for static

Re: m4 from cvs, cygwin

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cwilson wrote: | Gary V. Vaughan wrote: | | --- | | When I configured using --disable-static --enable-shared: | | | | The build did not succeed. Apparently my fix to the global symbols | | filter wasn't good enough. It's picking up

[Fwd: check_LTLIBRARIES and -module ??]

2003-11-19 Thread Gary V. Vaughan
Therning mailto:[EMAIL PROTECTED] +31-40-2745179 http://pww.innersource.philips.com/magnus/ OpenPGP:0x4FBB2C40 Philips, the company that I work for, does not support my idle ramblings. The opposite, it goes without saying, is true as well. - -- ~ ())_. Gary V. Vaughangary@(lilith.warpmail.net

Default source file names

2003-11-18 Thread Gary V. Vaughan
declarations are necessary, unless I rename all my source files. Can we have more realistic defaulting on names like this? Cheers, Gary. - -- ~ ())_. Gary V. Vaughangary@(lilith.warpmail.net|gnu.org) ~ ( '/ Research Scientist http://www.oranda.demon.co.uk

Re: mechanics style

2003-11-10 Thread Gary V. Vaughan
Alexandre Duret-Lutz wrote: Gary == Gary V Vaughan [EMAIL PROTECTED] writes: [...] Gary I got the ball rolling for this oft discussed macro by putting it in Gary autoconf and using it in libtoolize. My perl fu is insufficient to the Gary task of supporting it from automake (aclocal etc

Re: mechanics style

2003-11-09 Thread Gary V. Vaughan
search path. Until then, this is just a wart! Cheers, Gary. -- ())_. Gary V. Vaughangary@(lilith.warpmail.net|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk ,_()) / )= GNU Hacker http://www.gnu.org/software/libtool \' ` `(_~)_ Tech

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-16 Thread Gary V. Vaughan
Kevin P. Fleming wrote: Gary V. Vaughan wrote: The only way I can think of doing this is with an install-exec-hook that removes installed libraries if INSTALL_LIBS was not set: if !INSTALL_LIBS install-exec-hook: $(MAKE) $(AM_MAKEFLAGS) uninstall-pkglibLTLIBRARIES endif

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-15 Thread Gary V. Vaughan
Kevin P. Fleming wrote: Gary V. Vaughan wrote: Actually, you *do* need to install the libraries even if they are linked into the program statically because libltdl looks up the pseudolibrary (.la) in the module directory to get metadata about (even preloaded) modules. Fixing

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-15 Thread Gary V. Vaughan
Kevin P. Fleming wrote: Gary V. Vaughan wrote: Completely untested, but have you tried: pkglib_LTLIBRARIES = noinst_LTLIBRARIES = if INSTALL_LIBS pkglib_LTLIBRARIES += $(LIBLIST) else noinst_LTLIBRARIES += $(LIBLIST) endif Just tried it, same results, automake reports each module in LIBLIST

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-13 Thread Gary V. Vaughan
job and probably won't be fixed soon. Cheers, Gary. -- ())_. Gary V. Vaughangary@(lilith.warpmail.net|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk ,_()) / )= GNU Hacker http://www.gnu.org/software/libtool \' ` `(_~)_ Tech' Author

Re: Copying vs m4_including macro files

2003-09-24 Thread Gary V. Vaughan
Alexandre Duret-Lutz wrote: On Mon, Sep 22, 2003 at 06:12:50PM +0100, Gary V. Vaughan wrote: [...] I was hoping to remove acinclude.m4 and use m4_include in aclocal.m4 by switching to CVS automake, but currently the contents are still copied to aclocal.m4 if they are not in the same directory

Re: Copying vs m4_including macro files

2003-09-24 Thread Gary V. Vaughan
to (say) m4_prepend_search_path([config]), and that happened before the first m4_include, it would work. I'd quite like to sort out m4's search path issues in the near future... patches gratefully accepted :-) Cheers, Gary. -- ())_. Gary V. Vaughangary@(lilith.warpmail.net|gnu.org

Copying vs m4_including macro files

2003-09-23 Thread Gary V. Vaughan
to be `outside the project' when it decides what to do about a macro. aclocal doesn't currently collect macro traces from configure.ac, and pasting the code from automake seemed like overkill. Cheers, Gary. -- ())_. Gary V. Vaughangary@(lilith.warpmail.net|gnu.org) ( '/ Research

Re: Running libtoolize

2001-10-27 Thread Gary V. Vaughan
On Fri, Oct 26, 2001 at 03:59:29PM +0200, Akim Demaille wrote: I don't think it is the job of Automake to run libtoolize when autoreconf IMHO. I'm in favor of removing this. Agreed. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http

Re: setting additional libtool runtime variables

2001-10-15 Thread Gary V. Vaughan
, Gary. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk ,_()) / )= GNU Hacker http://www.gnu.org/software/libtool \' ` `(_~)_ Tech' Authorhttp://sources.redhat.com/autobook =`---d__/

Re: AM_CONDITIONAL

2001-09-22 Thread Gary V. Vaughan
. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk ,_()) / )= GNU Hacker http://www.gnu.org/software/libtool \' ` `(_~)_ Tech' Authorhttp://sources.redhat.com/autobook =`---d__/

Re: P.S. Automake 1.4f is broken

2001-09-10 Thread Gary V. Vaughan
On Sun, Sep 09, 2001 at 04:58:39AM -0700, Bruce Korb wrote: Gary V. Vaughan wrote: Ah, okay. I thought you meant AutoGen was hosed. It is, too. First, snprintfv/config/depcomp couldn't be found during a make distcheck. Since it was a generated file, I added it to the EXTRA_DIST

Re: EXTRA_DIST = config.h.in

2001-07-01 Thread Gary V . Vaughan
. Cheers, Gary. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker http://www.gnu.org/software/libtool \' ` `(_~)_ Tech' Authorhttp://sources.redhat.com

Re: automake 1.4 : --copy problem?

2001-06-26 Thread Gary V . Vaughan
On Tuesday 26 June 2001 10:34 am, David Lee wrote: On Mon, 25 Jun 2001, Gary V. Vaughan wrote: This is a long standing bug that has been fixed in release versions since automake-1.4-p1. You can always find the latest automake release at ftp://ftp.gnu.org/gnu/automake/ or any of the gnu

Re: automake 1.4 : --copy problem?

2001-06-25 Thread Gary V . Vaughan
be exceedingly useful, and any reasonable solutions would be a nice bonus. Thanks in advance. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker http://www.gnu.org/software/libtool

Re: What version of autoconf is required for automake-1.4f?

2001-06-23 Thread Gary V . Vaughan
2.14f installed in /usr/local? Yes. Tom -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker http://www.gnu.org/software/libtool \' ` `(_~)_ Tech' Author

Re: What version of autoconf is required for automake-1.4f?

2001-06-22 Thread Gary V . Vaughan
autoconf macros into $prefix/aclocal for example -- where do they go, and will automake be able to find them?). Cheers, Gary. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker

Re: override default CXXFLAGS

2001-06-22 Thread Gary V . Vaughan
it in the environment when running the configure script: $ CXXFLAGS= ./configure --with-various-args If you just want to get rid of the debug symbols, do it at install time: $ make install-strip Cheers, Gary. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org

Re: missing does not support configure.ac in CVS or in 1.4-p4

2001-06-11 Thread Gary V . Vaughan
suggested patch: Thanks. Applied on branch-1-4. If there is an automake-1.4-p5, this will be in it! Cheers, Gary. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker

[ANNOUNCE] New stable automake release: automake-1.4-p4

2001-06-10 Thread Gary V . Vaughan
. Unless you use configure.ac, or 3 point release numbers there is no need to upgrade to this release. Cheers, Gary. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker

[ANNOUNCE] New stable automake release: automake-1.4-p3

2001-06-07 Thread Gary V . Vaughan
, compile, install and enjoy. We now return you to your regular programming... Cheers, Gary. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker http://www.gnu.org/software

Re: cygwin libtool breakage

2001-06-04 Thread Gary V . Vaughan
On Monday 04 June 2001 12:41 pm, Robert Collins wrote: - Original Message - From: Gary V. Vaughan [EMAIL PROTECTED] To: Robert Collins [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, June 04, 2001 11:25 AM Subject: Re: cygwin libtool breakage On Saturday 02 June 2001 5:43 pm

Re: [PATCH] fix install on cygwin with shared libraries

2001-06-03 Thread Gary V . Vaughan
. -- ())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org) ( '/ Research Scientist http://www.oranda.demon.co.uk,_()) / )= GNU Hacker http://www.gnu.org/software/libtool \' ` `(_~)_ Tech' Authorhttp://sources.redhat.com/autobook=`---d__/

  1   2   >