[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The demo subdirs
From: |
Gary V . Vaughan |
Subject: |
Re: The demo subdirs |
Date: |
Fri, 29 Jun 2001 01:47:58 +0100 |
On Thursday 28 June 2001 9:15 pm, Tim Van Holder wrote:
> Some problems with the configuration of the demo subdirs: by
> default, only libltdl is (sub)configured. Unfortunately, the
> demo dirs are added to DIST_SUBDIRS in the top-level Makefile.am,
> so 'make distclean' ends up being broken unless the demo dirs are
> configured.
> Using AC_CONFIG_SUBDIRS on them in configure.in is easy
> enough, but leads to another problem. After a bootstrap,
> ltmain.sh and Makefile are both missing; re-running
> configure would then fail to create libtool in each of the
> directories (which is bad, given that some of their configures
> run libtool), so this would require
>
> ./config.status --recheck
> ./config.status
> make ltmain.sh
>
> before being able to run a full configure again.
> Perhaps 'bootstrap' could run the above three commands if
> a config.status is found?
> Or am I simply wrong in running bootstrap in an already configured
> tree?
Current HEAD seems to work okay for me (post Paolo Bonzini's autoconf-2.50
patch), but I don't entirely follow your description. It is almost 2am, and
I have been hacking since I got home from work 7 hours ago, so I may be in
the early stages of brain freeze.... ;-)
Could you `cvs -z3 up' and try again?
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' Author http://sources.redhat.com/autobook =`---d__/
- The demo subdirs, Tim Van Holder, 2001/06/28
- Re: The demo subdirs,
Gary V . Vaughan <=