xref: /freebsd/crypto/heimdal/missing (revision 6a068746777241722b2b32c5d0bc443a2a64d80b)
1b528cefcSMark Murray#! /bin/sh
25e9cd1aeSAssar Westerlund# Common stub for a few missing GNU programs while installing.
38d4ba808SJacques Vidrine
4*ae771770SStanislav Sedovscriptversion=2009-04-28.21; # UTC
58d4ba808SJacques Vidrine
6*ae771770SStanislav Sedov# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
7*ae771770SStanislav Sedov# 2008, 2009 Free Software Foundation, Inc.
85e9cd1aeSAssar Westerlund# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
95e9cd1aeSAssar Westerlund
105e9cd1aeSAssar Westerlund# This program is free software; you can redistribute it and/or modify
115e9cd1aeSAssar Westerlund# it under the terms of the GNU General Public License as published by
125e9cd1aeSAssar Westerlund# the Free Software Foundation; either version 2, or (at your option)
135e9cd1aeSAssar Westerlund# any later version.
145e9cd1aeSAssar Westerlund
155e9cd1aeSAssar Westerlund# This program is distributed in the hope that it will be useful,
165e9cd1aeSAssar Westerlund# but WITHOUT ANY WARRANTY; without even the implied warranty of
175e9cd1aeSAssar Westerlund# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
185e9cd1aeSAssar Westerlund# GNU General Public License for more details.
195e9cd1aeSAssar Westerlund
205e9cd1aeSAssar Westerlund# You should have received a copy of the GNU General Public License
21*ae771770SStanislav Sedov# along with this program.  If not, see <http://www.gnu.org/licenses/>.
225e9cd1aeSAssar Westerlund
238373020dSJacques Vidrine# As a special exception to the GNU General Public License, if you
248373020dSJacques Vidrine# distribute this file as part of a program that contains a
258373020dSJacques Vidrine# configuration script generated by Autoconf, you may include it under
268373020dSJacques Vidrine# the same distribution terms that you use for the rest of that program.
278373020dSJacques Vidrine
285e9cd1aeSAssar Westerlundif test $# -eq 0; then
295e9cd1aeSAssar Westerlund  echo 1>&2 "Try \`$0 --help' for more information"
305e9cd1aeSAssar Westerlund  exit 1
315e9cd1aeSAssar Westerlundfi
325e9cd1aeSAssar Westerlund
335e9cd1aeSAssar Westerlundrun=:
34c19800e8SDoug Rabsonsed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
35c19800e8SDoug Rabsonsed_minuso='s/.* -o \([^ ]*\).*/\1/p'
365e9cd1aeSAssar Westerlund
378373020dSJacques Vidrine# In the cases where this matters, `missing' is being run in the
388373020dSJacques Vidrine# srcdir already.
398373020dSJacques Vidrineif test -f configure.ac; then
408373020dSJacques Vidrine  configure_ac=configure.ac
418373020dSJacques Vidrineelse
428373020dSJacques Vidrine  configure_ac=configure.in
438373020dSJacques Vidrinefi
448373020dSJacques Vidrine
458d4ba808SJacques Vidrinemsg="missing on your system"
468d4ba808SJacques Vidrine
47c19800e8SDoug Rabsoncase $1 in
485e9cd1aeSAssar Westerlund--run)
495e9cd1aeSAssar Westerlund  # Try to run requested program, and just exit if it succeeds.
505e9cd1aeSAssar Westerlund  run=
515e9cd1aeSAssar Westerlund  shift
525e9cd1aeSAssar Westerlund  "$@" && exit 0
538d4ba808SJacques Vidrine  # Exit code 63 means version mismatch.  This often happens
548d4ba808SJacques Vidrine  # when the user try to use an ancient version of a tool on
558d4ba808SJacques Vidrine  # a file that requires a minimum version.  In this case we
568d4ba808SJacques Vidrine  # we should proceed has if the program had been absent, or
578d4ba808SJacques Vidrine  # if --run hadn't been passed.
588d4ba808SJacques Vidrine  if test $? = 63; then
598d4ba808SJacques Vidrine    run=:
608d4ba808SJacques Vidrine    msg="probably too old"
618d4ba808SJacques Vidrine  fi
625e9cd1aeSAssar Westerlund  ;;
635e9cd1aeSAssar Westerlund
645e9cd1aeSAssar Westerlund  -h|--h|--he|--hel|--help)
655e9cd1aeSAssar Westerlund    echo "\
665e9cd1aeSAssar Westerlund$0 [OPTION]... PROGRAM [ARGUMENT]...
675e9cd1aeSAssar Westerlund
685e9cd1aeSAssar WesterlundHandle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
695e9cd1aeSAssar Westerlunderror status if there is no known handling for PROGRAM.
705e9cd1aeSAssar Westerlund
715e9cd1aeSAssar WesterlundOptions:
725e9cd1aeSAssar Westerlund  -h, --help      display this help and exit
735e9cd1aeSAssar Westerlund  -v, --version   output version information and exit
745e9cd1aeSAssar Westerlund  --run           try to run the given command, and emulate it if it fails
755e9cd1aeSAssar Westerlund
765e9cd1aeSAssar WesterlundSupported PROGRAM values:
775e9cd1aeSAssar Westerlund  aclocal      touch file \`aclocal.m4'
785e9cd1aeSAssar Westerlund  autoconf     touch file \`configure'
795e9cd1aeSAssar Westerlund  autoheader   touch file \`config.h.in'
80c19800e8SDoug Rabson  autom4te     touch the output file, or create a stub one
815e9cd1aeSAssar Westerlund  automake     touch all \`Makefile.in' files
825e9cd1aeSAssar Westerlund  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
835e9cd1aeSAssar Westerlund  flex         create \`lex.yy.c', if possible, from existing .c
845e9cd1aeSAssar Westerlund  help2man     touch the output file
855e9cd1aeSAssar Westerlund  lex          create \`lex.yy.c', if possible, from existing .c
865e9cd1aeSAssar Westerlund  makeinfo     touch the output file
875e9cd1aeSAssar Westerlund  tar          try tar, gnutar, gtar, then tar without non-portable flags
888d4ba808SJacques Vidrine  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
898d4ba808SJacques Vidrine
90*ae771770SStanislav SedovVersion suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
91*ae771770SStanislav Sedov\`g' are ignored when checking the name.
92*ae771770SStanislav Sedov
938d4ba808SJacques VidrineSend bug reports to <bug-automake@gnu.org>."
94c19800e8SDoug Rabson    exit $?
955e9cd1aeSAssar Westerlund    ;;
965e9cd1aeSAssar Westerlund
975e9cd1aeSAssar Westerlund  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
988d4ba808SJacques Vidrine    echo "missing $scriptversion (GNU Automake)"
99c19800e8SDoug Rabson    exit $?
1005e9cd1aeSAssar Westerlund    ;;
1015e9cd1aeSAssar Westerlund
1025e9cd1aeSAssar Westerlund  -*)
1035e9cd1aeSAssar Westerlund    echo 1>&2 "$0: Unknown \`$1' option"
1045e9cd1aeSAssar Westerlund    echo 1>&2 "Try \`$0 --help' for more information"
1055e9cd1aeSAssar Westerlund    exit 1
1065e9cd1aeSAssar Westerlund    ;;
1075e9cd1aeSAssar Westerlund
108c19800e8SDoug Rabsonesac
109c19800e8SDoug Rabson
110*ae771770SStanislav Sedov# normalize program name to check for.
111*ae771770SStanislav Sedovprogram=`echo "$1" | sed '
112*ae771770SStanislav Sedov  s/^gnu-//; t
113*ae771770SStanislav Sedov  s/^gnu//; t
114*ae771770SStanislav Sedov  s/^g//; t'`
115*ae771770SStanislav Sedov
116c19800e8SDoug Rabson# Now exit if we have it, but it failed.  Also exit now if we
117c19800e8SDoug Rabson# don't have it and --version was passed (most likely to detect
118*ae771770SStanislav Sedov# the program).  This is about non-GNU programs, so use $1 not
119*ae771770SStanislav Sedov# $program.
120c19800e8SDoug Rabsoncase $1 in
121*ae771770SStanislav Sedov  lex*|yacc*)
122c19800e8SDoug Rabson    # Not GNU programs, they don't have --version.
123c19800e8SDoug Rabson    ;;
124c19800e8SDoug Rabson
125*ae771770SStanislav Sedov  tar*)
126c19800e8SDoug Rabson    if test -n "$run"; then
127c19800e8SDoug Rabson       echo 1>&2 "ERROR: \`tar' requires --run"
128c19800e8SDoug Rabson       exit 1
129c19800e8SDoug Rabson    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
130c19800e8SDoug Rabson       exit 1
131c19800e8SDoug Rabson    fi
132c19800e8SDoug Rabson    ;;
133c19800e8SDoug Rabson
134c19800e8SDoug Rabson  *)
1358373020dSJacques Vidrine    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
1368373020dSJacques Vidrine       # We have it, but it failed.
1378373020dSJacques Vidrine       exit 1
138c19800e8SDoug Rabson    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
139c19800e8SDoug Rabson       # Could not run --version or --help.  This is probably someone
140c19800e8SDoug Rabson       # running `$TOOL --version' or `$TOOL --help' to check whether
141c19800e8SDoug Rabson       # $TOOL exists and not knowing $TOOL uses missing.
142c19800e8SDoug Rabson       exit 1
1438373020dSJacques Vidrine    fi
144c19800e8SDoug Rabson    ;;
145c19800e8SDoug Rabsonesac
1468373020dSJacques Vidrine
147c19800e8SDoug Rabson# If it does not exist, or fails to run (possibly an outdated version),
148c19800e8SDoug Rabson# try to emulate it.
149*ae771770SStanislav Sedovcase $program in
150c19800e8SDoug Rabson  aclocal*)
1515e9cd1aeSAssar Westerlund    echo 1>&2 "\
1528d4ba808SJacques VidrineWARNING: \`$1' is $msg.  You should only need it if
1538373020dSJacques Vidrine         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
1545e9cd1aeSAssar Westerlund         to install the \`Automake' and \`Perl' packages.  Grab them from
1555e9cd1aeSAssar Westerlund         any GNU archive site."
1565e9cd1aeSAssar Westerlund    touch aclocal.m4
1575e9cd1aeSAssar Westerlund    ;;
1585e9cd1aeSAssar Westerlund
159*ae771770SStanislav Sedov  autoconf*)
1605e9cd1aeSAssar Westerlund    echo 1>&2 "\
1618d4ba808SJacques VidrineWARNING: \`$1' is $msg.  You should only need it if
1628373020dSJacques Vidrine         you modified \`${configure_ac}'.  You might want to install the
1635e9cd1aeSAssar Westerlund         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
1645e9cd1aeSAssar Westerlund         archive site."
1655e9cd1aeSAssar Westerlund    touch configure
1665e9cd1aeSAssar Westerlund    ;;
1675e9cd1aeSAssar Westerlund
168*ae771770SStanislav Sedov  autoheader*)
1695e9cd1aeSAssar Westerlund    echo 1>&2 "\
1708d4ba808SJacques VidrineWARNING: \`$1' is $msg.  You should only need it if
1718373020dSJacques Vidrine         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
1725e9cd1aeSAssar Westerlund         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
1735e9cd1aeSAssar Westerlund         from any GNU archive site."
1748373020dSJacques Vidrine    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
1755e9cd1aeSAssar Westerlund    test -z "$files" && files="config.h"
1765e9cd1aeSAssar Westerlund    touch_files=
1775e9cd1aeSAssar Westerlund    for f in $files; do
178c19800e8SDoug Rabson      case $f in
1795e9cd1aeSAssar Westerlund      *:*) touch_files="$touch_files "`echo "$f" |
1805e9cd1aeSAssar Westerlund				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
1815e9cd1aeSAssar Westerlund      *) touch_files="$touch_files $f.in";;
1825e9cd1aeSAssar Westerlund      esac
1835e9cd1aeSAssar Westerlund    done
1845e9cd1aeSAssar Westerlund    touch $touch_files
1855e9cd1aeSAssar Westerlund    ;;
1865e9cd1aeSAssar Westerlund
1878373020dSJacques Vidrine  automake*)
1885e9cd1aeSAssar Westerlund    echo 1>&2 "\
1898d4ba808SJacques VidrineWARNING: \`$1' is $msg.  You should only need it if
1908373020dSJacques Vidrine         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
1915e9cd1aeSAssar Westerlund         You might want to install the \`Automake' and \`Perl' packages.
1925e9cd1aeSAssar Westerlund         Grab them from any GNU archive site."
1935e9cd1aeSAssar Westerlund    find . -type f -name Makefile.am -print |
1945e9cd1aeSAssar Westerlund	   sed 's/\.am$/.in/' |
1955e9cd1aeSAssar Westerlund	   while read f; do touch "$f"; done
1965e9cd1aeSAssar Westerlund    ;;
1975e9cd1aeSAssar Westerlund
198*ae771770SStanislav Sedov  autom4te*)
1998373020dSJacques Vidrine    echo 1>&2 "\
2008d4ba808SJacques VidrineWARNING: \`$1' is needed, but is $msg.
2018d4ba808SJacques Vidrine         You might have modified some files without having the
2028373020dSJacques Vidrine         proper tools for further handling them.
2031c43270aSJacques Vidrine         You can get \`$1' as part of \`Autoconf' from any GNU
2048373020dSJacques Vidrine         archive site."
2058373020dSJacques Vidrine
206c19800e8SDoug Rabson    file=`echo "$*" | sed -n "$sed_output"`
207c19800e8SDoug Rabson    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
2088373020dSJacques Vidrine    if test -f "$file"; then
2098373020dSJacques Vidrine	touch $file
2108373020dSJacques Vidrine    else
2118373020dSJacques Vidrine	test -z "$file" || exec >$file
2128373020dSJacques Vidrine	echo "#! /bin/sh"
2138373020dSJacques Vidrine	echo "# Created by GNU Automake missing as a replacement of"
2148373020dSJacques Vidrine	echo "#  $ $@"
2158373020dSJacques Vidrine	echo "exit 0"
2168373020dSJacques Vidrine	chmod +x $file
2178373020dSJacques Vidrine	exit 1
2188373020dSJacques Vidrine    fi
2198373020dSJacques Vidrine    ;;
2208373020dSJacques Vidrine
221*ae771770SStanislav Sedov  bison*|yacc*)
2225e9cd1aeSAssar Westerlund    echo 1>&2 "\
2238d4ba808SJacques VidrineWARNING: \`$1' $msg.  You should only need it if
2245e9cd1aeSAssar Westerlund         you modified a \`.y' file.  You may need the \`Bison' package
2255e9cd1aeSAssar Westerlund         in order for those modifications to take effect.  You can get
2265e9cd1aeSAssar Westerlund         \`Bison' from any GNU archive site."
2275e9cd1aeSAssar Westerlund    rm -f y.tab.c y.tab.h
228c19800e8SDoug Rabson    if test $# -ne 1; then
2295e9cd1aeSAssar Westerlund        eval LASTARG="\${$#}"
230c19800e8SDoug Rabson	case $LASTARG in
2315e9cd1aeSAssar Westerlund	*.y)
2325e9cd1aeSAssar Westerlund	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
233c19800e8SDoug Rabson	    if test -f "$SRCFILE"; then
2345e9cd1aeSAssar Westerlund	         cp "$SRCFILE" y.tab.c
2355e9cd1aeSAssar Westerlund	    fi
2365e9cd1aeSAssar Westerlund	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
237c19800e8SDoug Rabson	    if test -f "$SRCFILE"; then
2385e9cd1aeSAssar Westerlund	         cp "$SRCFILE" y.tab.h
2395e9cd1aeSAssar Westerlund	    fi
2405e9cd1aeSAssar Westerlund	  ;;
2415e9cd1aeSAssar Westerlund	esac
2425e9cd1aeSAssar Westerlund    fi
243c19800e8SDoug Rabson    if test ! -f y.tab.h; then
2445e9cd1aeSAssar Westerlund	echo >y.tab.h
2455e9cd1aeSAssar Westerlund    fi
246c19800e8SDoug Rabson    if test ! -f y.tab.c; then
2475e9cd1aeSAssar Westerlund	echo 'main() { return 0; }' >y.tab.c
2485e9cd1aeSAssar Westerlund    fi
2495e9cd1aeSAssar Westerlund    ;;
2505e9cd1aeSAssar Westerlund
251*ae771770SStanislav Sedov  lex*|flex*)
2525e9cd1aeSAssar Westerlund    echo 1>&2 "\
2538d4ba808SJacques VidrineWARNING: \`$1' is $msg.  You should only need it if
2545e9cd1aeSAssar Westerlund         you modified a \`.l' file.  You may need the \`Flex' package
2555e9cd1aeSAssar Westerlund         in order for those modifications to take effect.  You can get
2565e9cd1aeSAssar Westerlund         \`Flex' from any GNU archive site."
2575e9cd1aeSAssar Westerlund    rm -f lex.yy.c
258c19800e8SDoug Rabson    if test $# -ne 1; then
2595e9cd1aeSAssar Westerlund        eval LASTARG="\${$#}"
260c19800e8SDoug Rabson	case $LASTARG in
2615e9cd1aeSAssar Westerlund	*.l)
2625e9cd1aeSAssar Westerlund	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
263c19800e8SDoug Rabson	    if test -f "$SRCFILE"; then
2645e9cd1aeSAssar Westerlund	         cp "$SRCFILE" lex.yy.c
2655e9cd1aeSAssar Westerlund	    fi
2665e9cd1aeSAssar Westerlund	  ;;
2675e9cd1aeSAssar Westerlund	esac
2685e9cd1aeSAssar Westerlund    fi
269c19800e8SDoug Rabson    if test ! -f lex.yy.c; then
2705e9cd1aeSAssar Westerlund	echo 'main() { return 0; }' >lex.yy.c
2715e9cd1aeSAssar Westerlund    fi
2725e9cd1aeSAssar Westerlund    ;;
2735e9cd1aeSAssar Westerlund
274*ae771770SStanislav Sedov  help2man*)
2755e9cd1aeSAssar Westerlund    echo 1>&2 "\
2768d4ba808SJacques VidrineWARNING: \`$1' is $msg.  You should only need it if
2775e9cd1aeSAssar Westerlund	 you modified a dependency of a manual page.  You may need the
2785e9cd1aeSAssar Westerlund	 \`Help2man' package in order for those modifications to take
2795e9cd1aeSAssar Westerlund	 effect.  You can get \`Help2man' from any GNU archive site."
2805e9cd1aeSAssar Westerlund
281c19800e8SDoug Rabson    file=`echo "$*" | sed -n "$sed_output"`
282c19800e8SDoug Rabson    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
283c19800e8SDoug Rabson    if test -f "$file"; then
2845e9cd1aeSAssar Westerlund	touch $file
2855e9cd1aeSAssar Westerlund    else
2865e9cd1aeSAssar Westerlund	test -z "$file" || exec >$file
2875e9cd1aeSAssar Westerlund	echo ".ab help2man is required to generate this page"
288*ae771770SStanislav Sedov	exit $?
2895e9cd1aeSAssar Westerlund    fi
2905e9cd1aeSAssar Westerlund    ;;
2915e9cd1aeSAssar Westerlund
292*ae771770SStanislav Sedov  makeinfo*)
2935e9cd1aeSAssar Westerlund    echo 1>&2 "\
2948d4ba808SJacques VidrineWARNING: \`$1' is $msg.  You should only need it if
2955e9cd1aeSAssar Westerlund         you modified a \`.texi' or \`.texinfo' file, or any other file
2965e9cd1aeSAssar Westerlund         indirectly affecting the aspect of the manual.  The spurious
2975e9cd1aeSAssar Westerlund         call might also be the consequence of using a buggy \`make' (AIX,
2985e9cd1aeSAssar Westerlund         DU, IRIX).  You might want to install the \`Texinfo' package or
2995e9cd1aeSAssar Westerlund         the \`GNU make' package.  Grab either from any GNU archive site."
300c19800e8SDoug Rabson    # The file to touch is that specified with -o ...
301c19800e8SDoug Rabson    file=`echo "$*" | sed -n "$sed_output"`
302c19800e8SDoug Rabson    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
3035e9cd1aeSAssar Westerlund    if test -z "$file"; then
304c19800e8SDoug Rabson      # ... or it is the one specified with @setfilename ...
305c19800e8SDoug Rabson      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
306c19800e8SDoug Rabson      file=`sed -n '
307c19800e8SDoug Rabson	/^@setfilename/{
308c19800e8SDoug Rabson	  s/.* \([^ ]*\) *$/\1/
309c19800e8SDoug Rabson	  p
310c19800e8SDoug Rabson	  q
311c19800e8SDoug Rabson	}' $infile`
312c19800e8SDoug Rabson      # ... or it is derived from the source name (dir/f.texi becomes f.info)
313c19800e8SDoug Rabson      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
3145e9cd1aeSAssar Westerlund    fi
315c19800e8SDoug Rabson    # If the file does not exist, the user really needs makeinfo;
316c19800e8SDoug Rabson    # let's fail without touching anything.
317c19800e8SDoug Rabson    test -f $file || exit 1
3185e9cd1aeSAssar Westerlund    touch $file
3195e9cd1aeSAssar Westerlund    ;;
3205e9cd1aeSAssar Westerlund
321*ae771770SStanislav Sedov  tar*)
3225e9cd1aeSAssar Westerlund    shift
3235e9cd1aeSAssar Westerlund
3245e9cd1aeSAssar Westerlund    # We have already tried tar in the generic part.
3255e9cd1aeSAssar Westerlund    # Look for gnutar/gtar before invocation to avoid ugly error
3265e9cd1aeSAssar Westerlund    # messages.
3275e9cd1aeSAssar Westerlund    if (gnutar --version > /dev/null 2>&1); then
3281c43270aSJacques Vidrine       gnutar "$@" && exit 0
3295e9cd1aeSAssar Westerlund    fi
3305e9cd1aeSAssar Westerlund    if (gtar --version > /dev/null 2>&1); then
3311c43270aSJacques Vidrine       gtar "$@" && exit 0
3325e9cd1aeSAssar Westerlund    fi
3335e9cd1aeSAssar Westerlund    firstarg="$1"
3345e9cd1aeSAssar Westerlund    if shift; then
335c19800e8SDoug Rabson	case $firstarg in
3365e9cd1aeSAssar Westerlund	*o*)
3375e9cd1aeSAssar Westerlund	    firstarg=`echo "$firstarg" | sed s/o//`
3381c43270aSJacques Vidrine	    tar "$firstarg" "$@" && exit 0
3395e9cd1aeSAssar Westerlund	    ;;
3405e9cd1aeSAssar Westerlund	esac
341c19800e8SDoug Rabson	case $firstarg in
3425e9cd1aeSAssar Westerlund	*h*)
3435e9cd1aeSAssar Westerlund	    firstarg=`echo "$firstarg" | sed s/h//`
3441c43270aSJacques Vidrine	    tar "$firstarg" "$@" && exit 0
3455e9cd1aeSAssar Westerlund	    ;;
3465e9cd1aeSAssar Westerlund	esac
3475e9cd1aeSAssar Westerlund    fi
3485e9cd1aeSAssar Westerlund
3495e9cd1aeSAssar Westerlund    echo 1>&2 "\
3505e9cd1aeSAssar WesterlundWARNING: I can't seem to be able to run \`tar' with the given arguments.
3515e9cd1aeSAssar Westerlund         You may want to install GNU tar or Free paxutils, or check the
3525e9cd1aeSAssar Westerlund         command line arguments."
3535e9cd1aeSAssar Westerlund    exit 1
3545e9cd1aeSAssar Westerlund    ;;
3555e9cd1aeSAssar Westerlund
3565e9cd1aeSAssar Westerlund  *)
3575e9cd1aeSAssar Westerlund    echo 1>&2 "\
3588d4ba808SJacques VidrineWARNING: \`$1' is needed, and is $msg.
3598d4ba808SJacques Vidrine         You might have modified some files without having the
3605e9cd1aeSAssar Westerlund         proper tools for further handling them.  Check the \`README' file,
3611c43270aSJacques Vidrine         it often tells you about the needed prerequisites for installing
3625e9cd1aeSAssar Westerlund         this package.  You may also peek at any GNU archive site, in case
3635e9cd1aeSAssar Westerlund         some other package would contain this missing \`$1' program."
3645e9cd1aeSAssar Westerlund    exit 1
3655e9cd1aeSAssar Westerlund    ;;
3665e9cd1aeSAssar Westerlundesac
3675e9cd1aeSAssar Westerlund
3685e9cd1aeSAssar Westerlundexit 0
3698d4ba808SJacques Vidrine
3708d4ba808SJacques Vidrine# Local variables:
3718d4ba808SJacques Vidrine# eval: (add-hook 'write-file-hooks 'time-stamp)
3728d4ba808SJacques Vidrine# time-stamp-start: "scriptversion="
3738d4ba808SJacques Vidrine# time-stamp-format: "%:y-%02m-%02d.%02H"
374*ae771770SStanislav Sedov# time-stamp-time-zone: "UTC"
375*ae771770SStanislav Sedov# time-stamp-end: "; # UTC"
3768d4ba808SJacques Vidrine# End:
377