mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
* Makefile.am: let guile-config depend on libguile/libpath.h,
so that it will be rebuilt if configure --prefix changes.
This commit is contained in:
parent
8d09eb0449
commit
a8ca715359
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-05-28 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
|
* Makefile.am: let guile-config depend on libguile/libpath.h,
|
||||||
|
so that it will be rebuilt if configure --prefix changes.
|
||||||
|
|
||||||
2001-03-07 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
2001-03-07 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
||||||
|
|
||||||
* guile-config.in (build-link): Really reverted the change of
|
* guile-config.in (build-link): Really reverted the change of
|
||||||
|
|
|
@ -32,7 +32,7 @@ aclocal_DATA = guile.m4
|
||||||
## We use @-...-@ as the substitution brackets here, instead of the
|
## We use @-...-@ as the substitution brackets here, instead of the
|
||||||
## usual @...@, so autoconf doesn't go and substitute the values
|
## usual @...@, so autoconf doesn't go and substitute the values
|
||||||
## directly into the left-hand sides of the sed substitutions. *sigh*
|
## directly into the left-hand sides of the sed substitutions. *sigh*
|
||||||
guile-config: guile-config.in
|
guile-config: guile-config.in ${top_builddir}/libguile/libpath.h
|
||||||
rm -f guile-config.tmp
|
rm -f guile-config.tmp
|
||||||
sed < ${srcdir}/guile-config.in > guile-config.tmp \
|
sed < ${srcdir}/guile-config.in > guile-config.tmp \
|
||||||
-e s:@-bindir-@:${bindir}: \
|
-e s:@-bindir-@:${bindir}: \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue