Generally bring up-to-date.
[cfd] / findlinks.in
index c3c575d..13380be 100755 (executable)
@@ -1,8 +1,6 @@
 #! /bin/sh
 # -*-sh-*-
 #
-# $Id: findlinks.in,v 1.1 1999/05/05 19:23:47 mdw Exp $
-#
 # Find files which could be links to the repository
 #
 # (c) 1997 Mark Wooding
 # 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@
+datarootdir=@datarootdir@
 datadir=@datadir@/@PACKAGE@
 
 # --- Parse command line arguments ---
@@ -53,8 +45,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
       ;;