25.3.2.1 8.3 Filenames

back: file system limitations
forward: separators and drive letters
 
fastback: executable filename extensions
up: file system limitations
fastforward: executable filename extensions
top: autoconf, automake, and libtool
contents: table of contents
index: index
about: about this document

As discussed earlier, DOS file systems have severe restrictions on possible file names : they must follow an 8.3 format. See section 15.3.5.3 DOS Filename Restrictions.

This is quite a severe limitation, and affects some of the inner workings of GNU Autotools in two ways. The first is handled automatically, in that if .libs isn't a legal directory name on the host system, Libtool and Automake will use the directory _libs instead. The other is that the traditional `config.h.in' file is not legal under this scheme, and it must be worked around with a little known feature of Autoconf:

 
 AC_CONFIG_HEADER(config.h:config.hin) 

This document was generated by Gary V. Vaughan on May, 24 2001 using texi2html


GNU Autoconf, Automake and Libtool
GNU Autoconf, Automake, and Libtool
ISBN: 1578701902
EAN: 2147483647
Year: 2002
Pages: 290

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net