missing (xdelta3-3.0.10) | : | missing (xdelta3-3.0.11) | ||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# Common wrapper for a few potentially missing GNU programs. | # Common wrapper for a few potentially missing GNU programs. | |||
scriptversion=2012-06-26.16; # UTC | scriptversion=2013-10-28.13; # UTC | |||
# Copyright (C) 1996-2013 Free Software Foundation, Inc. | # Copyright (C) 1996-2014 Free Software Foundation, Inc. | |||
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. | # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. | |||
# This program is free software; you can redistribute it and/or modify | # This program is free software; you can redistribute it and/or modify | |||
# it under the terms of the GNU General Public License as published by | # it under the terms of the GNU General Public License as published by | |||
# the Free Software Foundation; either version 2, or (at your option) | # the Free Software Foundation; either version 2, or (at your option) | |||
# any later version. | # any later version. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
skipping to change at line 163 | skipping to change at line 163 | |||
echo "$configure_deps." | echo "$configure_deps." | |||
program_details 'automake' | program_details 'automake' | |||
;; | ;; | |||
aclocal*) | aclocal*) | |||
echo "You should only need it if you modified 'acinclude.m4' or" | echo "You should only need it if you modified 'acinclude.m4' or" | |||
echo "$configure_deps." | echo "$configure_deps." | |||
program_details 'aclocal' | program_details 'aclocal' | |||
;; | ;; | |||
autom4te*) | autom4te*) | |||
echo "You might have modified some maintainer files that require" | echo "You might have modified some maintainer files that require" | |||
echo "the 'automa4te' program to be rebuilt." | echo "the 'autom4te' program to be rebuilt." | |||
program_details 'autom4te' | program_details 'autom4te' | |||
;; | ;; | |||
bison*|yacc*) | bison*|yacc*) | |||
echo "You should only need it if you modified a '.y' file." | echo "You should only need it if you modified a '.y' file." | |||
echo "You may want to install the GNU Bison package:" | echo "You may want to install the GNU Bison package:" | |||
echo "<$gnu_software_URL/bison/>" | echo "<$gnu_software_URL/bison/>" | |||
;; | ;; | |||
lex*|flex*) | lex*|flex*) | |||
echo "You should only need it if you modified a '.l' file." | echo "You should only need it if you modified a '.l' file." | |||
echo "You may want to install the Fast Lexical Analyzer package:" | echo "You may want to install the Fast Lexical Analyzer package:" | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |