summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>1999-04-15 01:50:52 +0000
committerJeff Law <law@gcc.gnu.org>1999-04-14 19:50:52 -0600
commit75923b2fc5c3dad018c2e5a85c332914938f7535 (patch)
tree7f0a22d8749b525a937122060c414a1524b8fb9c /gcc/acconfig.h
parent7c802a406f2c6871310dd5590ba99c2583d7c12a (diff)
downloadgcc-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.h3
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