From 75923b2fc5c3dad018c2e5a85c332914938f7535 Mon Sep 17 00:00:00 2001 From: Mumit Khan Date: Thu, 15 Apr 1999 01:50:52 +0000 Subject: aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define. * aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define. * configure.in: Use. * configure: Rebuilt. * acconfig.h (MKDIR_TAKES_ONE_ARG): Add. * config.in: Rebuilt. * system.h: Use. From-SVN: r26469 --- gcc/acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/acconfig.h') diff --git a/gcc/acconfig.h b/gcc/acconfig.h index a9584e0b505..1b9da03f28a 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -114,6 +114,9 @@ /* Define to enable the use of a default linker. */ #undef DEFAULT_LINKER +/* Define if host mkdir takes a single argument. */ +#undef MKDIR_TAKES_ONE_ARG + /* Define to the name of the distribution. */ #undef PACKAGE -- cgit v1.2.1