mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
(version.h): Change $^ to version.h.in explicitly, since
$^ is apparently not available on AIX 5.1. Reported by Keith Crane.
This commit is contained in:
parent
69b6234893
commit
f04a2d4bee
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads \
|
||||||
## 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*
|
||||||
version.h: version.h.in
|
version.h: version.h.in
|
||||||
sed < $^ > $@.tmp \
|
sed < version.h.in > $@.tmp \
|
||||||
-e s:@-GUILE_MAJOR_VERSION-@:${GUILE_MAJOR_VERSION}: \
|
-e s:@-GUILE_MAJOR_VERSION-@:${GUILE_MAJOR_VERSION}: \
|
||||||
-e s:@-GUILE_MINOR_VERSION-@:${GUILE_MINOR_VERSION}: \
|
-e s:@-GUILE_MINOR_VERSION-@:${GUILE_MINOR_VERSION}: \
|
||||||
-e s:@-GUILE_MICRO_VERSION-@:${GUILE_MICRO_VERSION}:
|
-e s:@-GUILE_MICRO_VERSION-@:${GUILE_MICRO_VERSION}:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue