Blame compat/bootstrap.dir

Packit ebee63
#! /bin/echo This_file_must_be_sourced,_not_executed
Packit ebee63
##
Packit ebee63
##  AutoGen Copyright (C) 1992-2015 by Bruce Korb - all rights reserved
Packit ebee63
##
Packit ebee63
##  AutoGen is free software: you can redistribute it and/or modify it
Packit ebee63
##  under the terms of the GNU General Public License as published by the
Packit ebee63
##  Free Software Foundation, either version 3 of the License, or
Packit ebee63
##  (at your option) any later version.
Packit ebee63
##
Packit ebee63
##  AutoGen is distributed in the hope that it will be useful, but
Packit ebee63
##  WITHOUT ANY WARRANTY; without even the implied warranty of
Packit ebee63
##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit ebee63
##  See the GNU General Public License for more details.
Packit ebee63
##
Packit ebee63
##  You should have received a copy of the GNU General Public License along
Packit ebee63
##  with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit ebee63
Packit ebee63
if ${skip_gen}
Packit ebee63
then
Packit ebee63
    gunzip < strsignal.h.gz > strsignal.h
Packit ebee63
else
Packit ebee63
    ${AGexe} strsignal.def
Packit ebee63
fi
Packit ebee63
Packit ebee63
# Local Variables:
Packit ebee63
# mode:shell-script
Packit ebee63
# sh-indentation:4
Packit ebee63
# sh-basic-offset:4
Packit ebee63
# indent-tabs-mode: nil
Packit ebee63
# End:
Packit ebee63
Packit ebee63
# compat/bootstrap.dir ends here