]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed typos or brainos of whoever though `@' was the comment char.
authorRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 19:54:21 +0000 (19:54 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 19:54:21 +0000 (19:54 +0000)
lib-src/Makefile.in

index 1ac1f9aa9ebbfee644e3a89c06bd27b04d561f5f..ebc896a4d52db4d5160cb95d3d5b0282dd4a01a1 100644 (file)
@@ -29,7 +29,7 @@ configname=@configuration@
 # subdirectories of this directory.  The default values for many of
 # the variables below are expressed in terms of this one, so you may
 # not need to change them.  This is set with the --prefix option to
-@ `../configure'.
+# `../configure'.
 prefix=@prefix@
 
 # Like `prefix', but used for architecture-specific files.  This is
@@ -68,7 +68,7 @@ archlibdir=@archlibdir@
 
 # ==================== Utility Programs for the Build ====================
 
-@ ../configure figures out the correct values for these.
+# ../configure figures out the correct values for these.
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@