copying 408 B

1234567891011121314
  1. #!/bin/sh
  2. # $Id: copying,v 1.5 2010-12-04 00:05:53 karl Exp $
  3. # Public domain. Test @copying. The configure script for tramp uses
  4. # this to make sure the makeinfo that is present supports @copying.
  5. unset TEXINFO_OUTPUT LANG LANGUAGE
  6. LC_ALL=POSIX; export LC_ALL
  7. : ${srcdir=.}
  8. ../makeinfo -o copying.out $srcdir/copying.txi || exit 1
  9. fgrep 'produced by' copying.out >/dev/null || exit 2
  10. rm -f copying.out