diff -r dbecd99ecba5 -r e826624966a1 scripts/xldd.in --- a/scripts/xldd.in Tue Nov 23 21:34:50 2010 +0100 +++ b/scripts/xldd.in Tue Nov 23 21:34:56 2010 +0100 @@ -2,6 +2,7 @@ # NON-CONFIGURABLE STUFF! export LC_ALL=C +version="@@CT_VERSION@@" sed="@@CT_sed@@" grep="@@CT_grep@@" my_name="$( basename "${0}" )" @@ -24,7 +25,7 @@ show_version() { # Fake a real ldd, just in case some dumb script would check cat <<_EOF_ -ldd (crosstool-NG) 1.8.0 +ldd (crosstool-NG) ${version} Copyright (C) 2010 "Yann E. MORIN" This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.