aclocal: When checking for `environ', don't find `__environ'.
[cfd] / findlinks.in
index c3c575d..dc5790f 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # -*-sh-*-
 #
-# $Id: findlinks.in,v 1.1 1999/05/05 19:23:47 mdw Exp $
+# $Id: findlinks.in,v 1.3 2004/04/08 01:36:24 mdw Exp $
 #
 # Find files which could be links to the repository
 #
 # along with `common'; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#----- Revision history -----------------------------------------------------
-#
-# $Log: findlinks.in,v $
-# Revision 1.1  1999/05/05 19:23:47  mdw
-# Initial revision
-#
-
 # --- Configuration variables ---
 
 prefix=@prefix@
@@ -53,8 +46,8 @@ EOF
       exit 0
       ;;
     -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
-      version=`echo '$Revision: 1.1 $' |
-       sed -n -e 's;^.*: \([0-9.]*\)\\$;\1;p'`
+      version=`echo '$Revision: 1.3 $' |
+       sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'`
       echo "findlinks $version; Common Files Distribution version @VERSION@"
       exit 0
       ;;