1
Fork 0
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:
Kevin Ryde 2004-05-01 21:15:11 +00:00
parent 69b6234893
commit f04a2d4bee

View file

@ -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}: