From: Ralf Wildenhues Date: Mon, 20 Aug 2007 21:29:36 +0000 (+0000) Subject: * doc/autoconf.texi (File System Conventions): Index the proper X-Git-Tag: v2.62~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac68acaee8dd581e833a4c1d196b281d1cb7cbc;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (File System Conventions): Index the proper way of detecting absolute file names. --- diff --git a/ChangeLog b/ChangeLog index 6e4c32d1..09585bb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-20 Benoit Sigoure + + * doc/autoconf.texi (File System Conventions): Index the proper + way of detecting absolute file names. + 2007-08-20 Ralf Wildenhues * build-aux/config.guess, build-aux/config.sub, diff --git a/doc/autoconf.texi b/doc/autoconf.texi index ca7abe76..cb7345e4 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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