1#! /bin/echo This_file_must_be_sourced,_not_executed
2##
3##  AutoGen Copyright (C) 1992-2018 by Bruce Korb - all rights reserved
4##
5##  AutoGen is free software: you can redistribute it and/or modify it
6##  under the terms of the GNU General Public License as published by the
7##  Free Software Foundation, either version 3 of the License, or
8##  (at your option) any later version.
9##
10##  AutoGen is distributed in the hope that it will be useful, but
11##  WITHOUT ANY WARRANTY; without even the implied warranty of
12##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13##  See the GNU General Public License for more details.
14##
15##  You should have received a copy of the GNU General Public License along
16##  with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18if ${skip_gen}
19then
20    gunzip < strsignal.h.gz > strsignal.h
21else
22    ${AGexe} strsignal.def
23fi
24
25# Local Variables:
26# mode:shell-script
27# sh-indentation:4
28# sh-basic-offset:4
29# indent-tabs-mode: nil
30# End:
31
32# compat/bootstrap.dir ends here
33