/[bison]/bison/config/missing
ViewVC logotype

Diff of /bison/config/missing

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by akim, Mon Aug 27 10:14:26 2001 UTC revision 1.1.2.3 by akim, Fri Sep 21 16:28:06 2001 UTC
# Line 78  Supported PROGRAM values: Line 78  Supported PROGRAM values:
78      ;;      ;;
79    
80    -v|--v|--ve|--ver|--vers|--versi|--versio|--version)    -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
81      echo "missing 0.3 - GNU automake"      echo "missing 0.4 - GNU automake"
82      ;;      ;;
83    
84    -*)    -*)
# Line 88  Supported PROGRAM values: Line 88  Supported PROGRAM values:
88      ;;      ;;
89    
90    aclocal)    aclocal)
91        if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
92           # We have it, but it failed.
93           exit 1
94        fi
95    
96      echo 1>&2 "\      echo 1>&2 "\
97  WARNING: \`$1' is missing on your system.  You should only need it if  WARNING: \`$1' is missing on your system.  You should only need it if
98           you modified \`acinclude.m4' or \`${configure_ac}'.  You might want           you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
# Line 97  WARNING: \`$1' is missing on your system Line 102  WARNING: \`$1' is missing on your system
102      ;;      ;;
103    
104    autoconf)    autoconf)
105        if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
106           # We have it, but it failed.
107           exit 1
108        fi
109    
110      echo 1>&2 "\      echo 1>&2 "\
111  WARNING: \`$1' is missing on your system.  You should only need it if  WARNING: \`$1' is missing on your system.  You should only need it if
112           you modified \`${configure_ac}'.  You might want to install the           you modified \`${configure_ac}'.  You might want to install the
# Line 106  WARNING: \`$1' is missing on your system Line 116  WARNING: \`$1' is missing on your system
116      ;;      ;;
117    
118    autoheader)    autoheader)
119        if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
120           # We have it, but it failed.
121           exit 1
122        fi
123    
124      echo 1>&2 "\      echo 1>&2 "\
125  WARNING: \`$1' is missing on your system.  You should only need it if  WARNING: \`$1' is missing on your system.  You should only need it if
126           you modified \`acconfig.h' or \`${configure_ac}'.  You might want           you modified \`acconfig.h' or \`${configure_ac}'.  You might want
# Line 125  WARNING: \`$1' is missing on your system Line 140  WARNING: \`$1' is missing on your system
140      ;;      ;;
141    
142    automake)    automake)
143        if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
144           # We have it, but it failed.
145           exit 1
146        fi
147    
148      echo 1>&2 "\      echo 1>&2 "\
149  WARNING: \`$1' is missing on your system.  You should only need it if  WARNING: \`$1' is missing on your system.  You should only need it if
150           you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.           you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
# Line 135  WARNING: \`$1' is missing on your system Line 155  WARNING: \`$1' is missing on your system
155             while read f; do touch "$f"; done             while read f; do touch "$f"; done
156      ;;      ;;
157    
158      autom4te)
159        if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
160           # We have it, but it failed.
161           exit 1
162        fi
163    
164        echo 1>&2 "\
165    WARNING: \`$1' is needed, and you do not seem to have it handy on your
166             system.  You might have modified some files without having the
167             proper tools for further handling them.
168             You can get \`$1Help2man' as part of \`Autoconf' from any GNU
169             archive site."
170    
171        file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
172        test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
173        if test -f "$file"; then
174            touch $file
175        else
176            test -z "$file" || exec >$file
177            echo "#! /bin/sh"
178            echo "# Created by GNU Automake missing as a replacement of"
179            echo "#  $ $@"
180            echo "exit 0"
181            chmod +x $file
182            exit 1
183        fi
184        ;;
185    
186    bison|yacc)    bison|yacc)
187      echo 1>&2 "\      echo 1>&2 "\
188  WARNING: \`$1' is missing on your system.  You should only need it if  WARNING: \`$1' is missing on your system.  You should only need it if
# Line 189  WARNING: \`$1' is missing on your system Line 237  WARNING: \`$1' is missing on your system
237      ;;      ;;
238    
239    help2man)    help2man)
240        if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
241           # We have it, but it failed.
242           exit 1
243        fi
244    
245      echo 1>&2 "\      echo 1>&2 "\
246  WARNING: \`$1' is missing on your system.  You should only need it if  WARNING: \`$1' is missing on your system.  You should only need it if
247           you modified a dependency of a manual page.  You may need the           you modified a dependency of a manual page.  You may need the

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26