summaryrefslogtreecommitdiffstats
path: root/libobjc/configure.ac
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-20 01:26:37 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-20 01:26:37 +0000
commit3c72aa9c492be63939733ef05db27a82754a2ce3 (patch)
tree8d209a684228f41036fbf2eaeb4ad03b0cec309a /libobjc/configure.ac
parentf5310810303f354090fe7e27dc7537f89e0d70e1 (diff)
downloadppe42-gcc-3c72aa9c492be63939733ef05db27a82754a2ce3.tar.gz
ppe42-gcc-3c72aa9c492be63939733ef05db27a82754a2ce3.zip
2004-10-08 Mike Stump <mrs@apple.com>
Andrew Pinski <pinskia@physics.uc.edu> * aclocal.m4: Rename to ... * acinclude.m4: here and also use m4_include instead of sinclude. * aclocal.m4: Regenerate. * configure: Regenerate. * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89312 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/configure.ac')
-rw-r--r--libobjc/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/libobjc/configure.ac b/libobjc/configure.ac
index 6c6b4309b63..658bc8b7cba 100644
--- a/libobjc/configure.ac
+++ b/libobjc/configure.ac
@@ -190,11 +190,15 @@ AC_CHECK_TOOL(AR, ar)
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_PROG_INSTALL
+AM_MAINTAINER_MODE
+
# Enable Win32 DLL on MS Windows - FIXME
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+AM_PROG_CC_C_O
+
AC_PROG_MAKE_SET
# -------
OpenPOWER on IntegriCloud