diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2011-03-20 22:27:38 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-03-25 19:45:14 +0000 |
commit | 29ee01c009c46969a6b5570daf0a021a541c2d17 (patch) | |
tree | a0f207d41cc0a1d06d492b5ce0848037dad69c30 /am | |
parent | 7f22442b2af85ea9db89c84fbd3acb6a96ee13fd (diff) | |
download | guile-29ee01c009c46969a6b5570daf0a021a541c2d17.tar.gz |
Remove unused definition of preinstguiletool
* am/pre-inst-guile (preinstguiletool): Removed.
Diffstat (limited to 'am')
-rw-r--r-- | am/pre-inst-guile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/am/pre-inst-guile b/am/pre-inst-guile index 7993d1531..b7b0d3469 100644 --- a/am/pre-inst-guile +++ b/am/pre-inst-guile @@ -1,6 +1,6 @@ -## am/pre-inst-guile --- define preinstguile and preinstguiletool vars +## am/pre-inst-guile --- define preinstguile -## Copyright (C) 2002, 2006 Free Software Foundation +## Copyright (C) 2002, 2006, 2011 Free Software Foundation ## ## This file is part of GUILE. ## @@ -21,7 +21,7 @@ ## Commentary: -## This fragment defines two variables: preinstguile, preinstguiletool. +## This fragment defines the preinstguile variable ## It can be included in any Makefile.am by adding the line: ## include $(top_srcdir)/am/pre-inst-guile ## See devel/build/pre-inst-guile.text (CVS only) for more info. @@ -29,6 +29,5 @@ ## Code: preinstguile = $(top_builddir_absolute)/meta/guile -preinstguiletool = GUILE="$(preinstguile)" $(top_srcdir)/scripts ## am/pre-inst-guile ends here |