Generally bring up-to-date.
[cfd] / findlinks.in
index 60373f0..13380be 100755 (executable)
@@ -1,8 +1,6 @@
 #! /bin/sh
 # -*-sh-*-
 #
-# $Id: findlinks.in,v 1.2 1999/11/11 17:49:15 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.2  1999/11/11 17:49:15  mdw
-# Regular expression fixes for parsing version numbers.
-#
-# Revision 1.1.1.1  1999/05/05 19:23:47  mdw
-# New import.  The old CVS repository was lost in a disk disaster.
-#
-
 # --- Configuration variables ---
 
 prefix=@prefix@
+datarootdir=@datarootdir@
 datadir=@datadir@/@PACKAGE@
 
 # --- Parse command line arguments ---
@@ -56,7 +45,7 @@ EOF
       exit 0
       ;;
     -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
-      version=`echo '$Revision: 1.2 $' |
+      version=`echo '$Revision: 1.3 $' |
        sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'`
       echo "findlinks $version; Common Files Distribution version @VERSION@"
       exit 0