From dveatch, 7 Years ago, written in Plain Text.
Embed
  1. root@sidney /usr/src # cat /usr/bin/autoheader|grep usr
  2. #! /usr/bin/perl
  3. eval 'case $# in 0) exec /usr/bin/perl -S "$0";; *) exec /usr/bin/perl -S "$0" "$@";; esac'
  4.   my $pkgdatadir = $ENV{'autom4te_perllibdir'} || '/usr/share/autoconf';
  5. my $autom4te = $ENV{'AUTOM4TE'} || '/usr/bin/autom4te';
  6.  
  7.  
  8. root@sidney /usr/src # cat /usr/bin/autoheader-mozilla|grep usr
  9. test -z "${AC_MACRODIR}" && AC_MACRODIR=/usr/share/autoconf
  10. test -z "${M4}" && M4=/usr/bin/m4
  11.