Google

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

25.3.2.1 8.3 Filenames

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