|
6fe8d749
|
2001-09-17T21:44:03
|
|
Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side need not be expanded by the shell.
|
|
ee76465a
|
2001-08-12T13:26:00
|
|
Quote the first argument in each use of AC_DEFUN.
|
|
acfe248f
|
2001-01-30T08:21:02
|
|
s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
|
|
d2b42b93
|
2001-01-14T20:27:56
|
|
Remove conftestdir{,2} before trying to create the directory.
Make the entire configure script fail if the mkdir fails.
|
|
a6a046c0
|
2001-01-14T15:28:45
|
|
Use temporary directories named conftestdir{,2}, not
foo and bar. Create conftestdir/ in the script, not in the C code.
Remove directories in the script, not in the C code.
|
|
867b2d71
|
2001-01-14T11:07:28
|
|
check for SunOS4.1.1U bug in rename
|