Commit b4258f06 by Ranjit Mathew Committed by Tom Tromey

configure, [...]: Rebuilt.

2002-10-15  Ranjit Mathew  <rmathew@hotmail.com>

	* configure, config.h.in: Rebuilt.
	* configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.

From-SVN: r58175
parent 58731fd1
2002-10-15 Ranjit Mathew <rmathew@hotmail.com>
* configure, config.h.in: Rebuilt.
* configure.in: Call gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG.
2002-09-11 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
......
......@@ -39,6 +39,10 @@
/* Version number of package */
#undef VERSION
/* Define if host mkdir takes a
single argument. */
#undef MKDIR_TAKES_ONE_ARG
/* The number of bytes in type char */
#undef SIZEOF_CHAR
......
......@@ -30,6 +30,9 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_OFF_T
AC_STRUCT_TM
# mkdir takes a single argument on some systems.
gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG
dnl Check for type-widths
gcc_AC_COMPILE_CHECK_SIZEOF(char)
gcc_AC_COMPILE_CHECK_SIZEOF(short)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment