changeset 3304:eed494603359

When looking for sources, use '.', not `.`. Also '..'.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 1993 18:56:45 +0000
parents 8b23f00096e5
children 47c0b5462b2d
files configure1.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Sun May 30 18:43:01 1993 +0000
+++ b/configure1.in	Sun May 30 18:56:45 1993 +0000
@@ -304,10 +304,10 @@
       srcdir="${confdir}"
     else
       if [ -f "./src/lisp.h" -a -f "./lisp/version.el" ]; then
-        srcdir=`.`
+        srcdir='.'
       else
         if [ -f "../src/lisp.h" -a -f "../lisp/version.el" ]; then
-	  srcdir=`..`
+	  srcdir='..'
         else
 	  (echo "\
 ${progname}: Neither the current directory nor its parent seem to