view build-aux/subst-default-vals.in.sh @ 25054:6652d3823428 stable

maint: Update copyright dates in all source files.
author John W. Eaton <jwe@octave.org>
date Fri, 30 Mar 2018 09:19:05 -0400
parents 1a46d174a483
children
line wrap: on
line source

#! /bin/sh
#
# Copyright (C) 2016-2018 John W. Eaton
#
# This file is part of Octave.
#
# Octave 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 of the License, or
# (at your option) any later version.
#
# Octave 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 Octave; see the file COPYING.  If not, see
# <https://www.gnu.org/licenses/>.

: ${SED=@SED@}

canonical_host_type="@canonical_host_type@"
DEFAULT_PAGER="@DEFAULT_PAGER@"
EXEEXT="@EXEEXT@"
man1ext="@man1ext@"
api_version="@OCTAVE_API_VERSION@"
OCTAVE_RELEASE=""
version="@PACKAGE_VERSION@"

prefix="@prefix@"
exec_prefix="@exec_prefix@"

archlibdir=`echo "@archlibdir@" | sed "s|^${exec_prefix}/||"`
bindir=`echo "@bindir@" | sed "s|^${exec_prefix}/||"`
libdir=`echo "@libdir@" | sed "s|^${exec_prefix}/||"`
libexecdir=`echo "@libexecdir@" | sed "s|^${exec_prefix}/||"`
localapiarchlibdir=`echo "@localapiarchlibdir@" | sed "s|^${exec_prefix}/||"`
localapioctfiledir=`echo "@localapioctfiledir@" | sed "s|^${exec_prefix}/||"`
localarchlibdir=`echo "@localarchlibdir@" | sed "s|^${exec_prefix}/||"`
localoctfiledir=`echo "@localoctfiledir@" | sed "s|^${exec_prefix}/||"`
localverarchlibdir=`echo "@localverarchlibdir@" | sed "s|^${exec_prefix}/||"`
localveroctfiledir=`echo "@localveroctfiledir@" | sed "s|^${exec_prefix}/||"`
octfiledir=`echo "@octfiledir@" | sed "s|^${exec_prefix}/||"`
octlibdir=`echo "@octlibdir@" | sed "s|^${exec_prefix}/||"`

datadir=`echo "@datadir@" | sed "s|^${prefix}/||"`
datarootdir=`echo "@datarootdir@" | sed "s|^${prefix}/||"`
doc_cache_file=`echo "@doc_cache_file@" | sed "s|^${prefix}/||"`
exec_prefix=`echo "@exec_prefix@" | sed "s|^${prefix}/||"`
fcnfiledir=`echo "@fcnfiledir@" | sed "s|^${prefix}/||"`
imagedir=`echo "@imagedir@" | sed "s|^${prefix}/||"`
includedir=`echo "@includedir@" | sed "s|^${prefix}/||"`
infodir=`echo "@infodir@" | sed "s|^${prefix}/||"`
infofile=`echo "@infofile@" | sed "s|^${prefix}/||"`
localapifcnfiledir=`echo "@localapifcnfiledir@" | sed "s|^${prefix}/||"`
localfcnfiledir=`echo "@localfcnfiledir@" | sed "s|^${prefix}/||"`
localstartupfiledir=`echo "@localstartupfiledir@" | sed "s|^${prefix}/||"`
localapiarchlibdir=`echo "@localapiarchlibdir@" | sed "s|^${prefix}/||"`
localverfcnfiledir=`echo "@localverfcnfiledir@" | sed "s|^${prefix}/||"`
man1dir=`echo "@man1dir@" | sed "s|^${prefix}/||"`
mandir=`echo "@mandir@" | sed "s|^${prefix}/||"`
octdatadir=`echo "@octdatadir@" | sed "s|^${prefix}/||"`
octdocdir=`echo "@octdocdir@" | sed "s|^${prefix}/||"`
octetcdir=`echo "@octetcdir@" | sed "s|^${prefix}/||"`
octfontsdir=`echo "@octfontsdir@" | sed "s|^${prefix}/||"`
octincludedir=`echo "@octincludedir@" | sed "s|^${prefix}/||"`
octlocaledir=`echo "@octlocaledir@" | sed "s|^${prefix}/||"`
octtestsdir=`echo "@octtestsdir@" | sed "s|^${prefix}/||"`
startupfiledir=`echo "@startupfiledir@" | sed "s|^${prefix}/||"`
texi_macros_file=`echo "@texi_macros_file@" | sed "s|^${prefix}/||"`

$SED \
  -e "s|%NO_EDIT_WARNING%|DO NOT EDIT!  Generated automatically by subst-default-vals.|" \
  -e "s|%OCTAVE_ARCHLIBDIR%|\"${archlibdir}\"|" \
  -e "s|%OCTAVE_BINDIR%|\"${bindir}\"|" \
  -e "s|%OCTAVE_CANONICAL_HOST_TYPE%|\"${canonical_host_type}\"|" \
  -e "s|%OCTAVE_DATADIR%|\"${datadir}\"|" \
  -e "s|%OCTAVE_DATAROOTDIR%|\"${datarootdir}\"|" \
  -e "s|%OCTAVE_DOCDIR%|\"${docdir}\"|" \
  -e "s|%OCTAVE_DEFAULT_PAGER%|\"${DEFAULT_PAGER}\"|" \
  -e "s|%OCTAVE_DOC_CACHE_FILE%|\"${doc_cache_file}\"|" \
  -e "s|%OCTAVE_EXEC_PREFIX%|\"${exec_prefix}\"|" \
  -e "s|%OCTAVE_EXEEXT%|\"${EXEEXT}\"|" \
  -e "s|%OCTAVE_FCNFILEDIR%|\"${fcnfiledir}\"|" \
  -e "s|%OCTAVE_IMAGEDIR%|\"${imagedir}\"|" \
  -e "s|%OCTAVE_INCLUDEDIR%|\"${includedir}\"|" \
  -e "s|%OCTAVE_INFODIR%|\"${infodir}\"|" \
  -e "s|%OCTAVE_INFOFILE%|\"${infofile}\"|" \
  -e "s|%OCTAVE_LIBDIR%|\"${libdir}\"|" \
  -e "s|%OCTAVE_LIBEXECDIR%|\"${libexecdir}\"|" \
  -e "s|%OCTAVE_LOCALAPIFCNFILEDIR%|\"${localapifcnfiledir}\"|" \
  -e "s|%OCTAVE_LOCALAPIOCTFILEDIR%|\"${localapioctfiledir}\"|" \
  -e "s|%OCTAVE_LOCALARCHLIBDIR%|\"${localarchlibdir}\"|" \
  -e "s|%OCTAVE_LOCALFCNFILEDIR%|\"${localfcnfiledir}\"|" \
  -e "s|%OCTAVE_LOCALOCTFILEDIR%|\"${localoctfiledir}\"|" \
  -e "s|%OCTAVE_LOCALSTARTUPFILEDIR%|\"${localstartupfiledir}\"|" \
  -e "s|%OCTAVE_LOCALAPIARCHLIBDIR%|\"${localapiarchlibdir}\"|" \
  -e "s|%OCTAVE_LOCALVERARCHLIBDIR%|\"${localverarchlibdir}\"|" \
  -e "s|%OCTAVE_LOCALVERFCNFILEDIR%|\"${localverfcnfiledir}\"|" \
  -e "s|%OCTAVE_LOCALVEROCTFILEDIR%|\"${localveroctfiledir}\"|" \
  -e "s|%OCTAVE_MAN1DIR%|\"${man1dir}\"|" \
  -e "s|%OCTAVE_MAN1EXT%|\"${man1ext}\"|" \
  -e "s|%OCTAVE_MANDIR%|\"${mandir}\"|" \
  -e "s|%OCTAVE_OCTDATADIR%|\"${octdatadir}\"|" \
  -e "s|%OCTAVE_OCTDOCDIR%|\"${octdocdir}\"|" \
  -e "s|%OCTAVE_OCTETCDIR%|\"${octetcdir}\"|" \
  -e "s|%OCTAVE_OCTFILEDIR%|\"${octfiledir}\"|" \
  -e "s|%OCTAVE_OCTFONTSDIR%|\"${octfontsdir}\"|" \
  -e "s|%OCTAVE_OCTINCLUDEDIR%|\"${octincludedir}\"|" \
  -e "s|%OCTAVE_OCTLIBDIR%|\"${octlibdir}\"|" \
  -e "s|%OCTAVE_OCTLOCALEDIR%|\"${octlocaledir}\"|" \
  -e "s|%OCTAVE_OCTTESTSDIR%|\"${octtestsdir}\"|" \
  -e "s|%OCTAVE_STARTUPFILEDIR%|\"${startupfiledir}\"|" \
  -e "s|%OCTAVE_PREFIX%|\"${prefix}\"|" \
  -e "s|%OCTAVE_API_VERSION%|\"${api_version}\"|" \
  -e "s|%OCTAVE_RELEASE%|\"${OCTAVE_RELEASE}\"|" \
  -e "s|%OCTAVE_TEXI_MACROS_FILE%|\"${texi_macros_file}\"|" \
  -e "s|%OCTAVE_VERSION%|\"${version}\"|"