summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-20 19:58:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-20 19:58:06 +0000
commit6b1c07685a3ea08a50eef8f00e7dbf53958b1be3 (patch)
tree3bcc83a2c017656054b85b07a32db288f4e9b989 /TODO
parentd4f7aabdf10a6e2ff2c56d0ee9b534c92debf0ec (diff)
downloadautoconf-6b1c07685a3ea08a50eef8f00e7dbf53958b1be3.tar.gz
Use "file name" rather than "filename" or "path",
to be consistent with the terminology of the GNU coding standards.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 6 insertions, 6 deletions
diff --git a/TODO b/TODO
index 376bcc31..3795a244 100644
--- a/TODO
+++ b/TODO
@@ -406,9 +406,9 @@ In config.status comment, put the host/target/build types, if used.
------------------------------------------------------------------------------
-It would be nice if I could (in the Makefile.in files) set
-the path to config.h. You have config.h ../config.h ../../config.h's all
-over the place, in the findutils-4.1 directory.
+It would be nice if I could (in the Makefile.in files) set the
+relative name of config.h. You have config.h ../config.h
+../../config.h's all over the place, in the findutils-4.1 directory.
From: "Randall S. Winchester" <rsw@eng.umd.edu>
------------------------------------------------------------------------------
@@ -436,7 +436,7 @@ AC_PKG_WITH(hesiod,
,,-lhesiod,HESIOD,,)
AC_PKG_WITH(glue,,,-lglue,GLUE,,)
AC_PKG_WITH(bind,,/usr/local/bind, [lib/resolv.a lib/lib44bsd.a], ,include)
-After the appropriate checks, the existence of the paths, and libs and such
+After the appropriate checks, the existence of the files, and libs and such
LIBS=$LIBS $PKG-LIBS
DEFS=$DEFS $PKG-DEFS
CPPFLAGS=$PKG-CPPFLAGS $CPPFLAGS
@@ -449,7 +449,7 @@ as order matters.
also an AC_PKG_CHK_HEADER
and an AC_PKG_CHK_FUNCTION
-so one can give alternate paths to check for stuff ($PKG-ROOT/lib for
+so one can give alternate names to check for stuff ($PKG-ROOT/lib for
example)
From: Randall Winchester
@@ -532,7 +532,7 @@ Of course, this can be done locally with config.site.
------------------------------------------------------------------------------
-I wonder if it is possible to get the path for X11's app-defaults
+I wonder if it is possible to get the name of X11's app-defaults
directory by autoconf. Moreover, I'd like to have a general way of
accessing imake variables by autoconf, something like