diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1999-04-15 01:50:52 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-04-14 19:50:52 -0600 |
commit | 75923b2fc5c3dad018c2e5a85c332914938f7535 (patch) | |
tree | 7f0a22d8749b525a937122060c414a1524b8fb9c /gcc/acconfig.h | |
parent | 7c802a406f2c6871310dd5590ba99c2583d7c12a (diff) | |
download | gcc-75923b2fc5c3dad018c2e5a85c332914938f7535.tar.gz |
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
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |