]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (File System Conventions): Index the proper
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 20 Aug 2007 21:29:36 +0000 (21:29 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 20 Aug 2007 21:29:36 +0000 (21:29 +0000)
way of detecting absolute file names.

ChangeLog
doc/autoconf.texi

index 6e4c32d1764d7b51bacb60eb35430b9623138915..09585bb8bc2f78e4af24ed527aa5fe6d6e5a546e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
+
+       * doc/autoconf.texi (File System Conventions): Index the proper
+       way of detecting absolute file names.
+
 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * build-aux/config.guess, build-aux/config.sub,
index ca7abe7614c893e79c3e4aea2cb632f376e71595..cb7345e4334a3bbeff782cf064ad75f3efa51a58 100644 (file)
@@ -11478,6 +11478,7 @@ separator.  If you want to be portable to @acronym{DOS} variants (at the
 price of rejecting valid but oddball Posix file names like @file{a:\b}),
 you can check for absolute file names like this:
 
+@cindex absolute file names, detect
 @example
 case $foo_dir in
   [\\/]* | ?:[\\/]* ) # Absolute