X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/b91e23910ae2f433757880fa1c7e7b4a66c586e6..657c75463f04c02c1fe70f54a49df7eb32111387:/mklinks.in diff --git a/mklinks.in b/mklinks.in index bc27bbf..fd126f2 100755 --- a/mklinks.in +++ b/mklinks.in @@ -1,45 +1,39 @@ #! /bin/sh +### -*-sh-*- +### +### Create links to the repository +### +### (c) 1997 Mark Wooding +### -# -*-sh-*- -# -# $Id: mklinks.in,v 1.4 1997/09/11 09:06:34 mdw Exp $ -# -# Create links to the repository -# -# (c) 1997 Mark Wooding -# +###----- Licensing notice --------------------------------------------------- +### +### This file is part of the Common Files Distribution (`common'). +### +### `Common' 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 2 of the License, or +### (at your option) any later version. +### +### `Common' 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 `common'; if not, write to the Free Software Foundation, +### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Licensing notice ----------------------------------------------------- -# -# This file is part of the Common Files Distribution (`common'). -# -# `Common' 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 2 of the License, or -# (at your option) any later version. -# -# `Common' 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 `common'; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +set -e -#----- Revision history ----------------------------------------------------- -# -# $Log$ +pkgdatadir="@pkgdatadir@" +VERSION="@VERSION@" -# --- Configuration variables --- - -prefix=@prefix@ -datadir=@datadir@/@PACKAGE@ - -# --- Parse command line arguments --- +###-------------------------------------------------------------------------- +### Parse command line arguments. while [ $# -gt 0 ]; do - case $1 in + case "$1" in -h | --h | --he | --hel | --help) cat <