# Bootstrap configuration for Tagr. -*- shell-script -*- # Copyright (C) 2008, 2009 Sergey Poznyakoff # # Tagr is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # Tagr is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Tagr. If not, see . source_base=gnu gnulib_name=libgnu gnulib_mk=Makefile.am if git config submodule.grecs.url >/dev/null; then : ; else git submodule init || exit $? git submodule update || exit $? fi # gnulib modules used by this package. gnulib_modules=`grep -h '^[^#]' gnulib.modules grecs/gnulib.modules` SKIP_PO=t # Read local configuration file if [ -r .bootstrap ]; then echo "$0: Reading configuration file .bootstrap" eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*" fi test -d $source_base || mkdir $source_base test -f Changelog || cat > ChangeLog <