summaryrefslogtreecommitdiff
path: root/libobjc/acinclude.m4
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/acinclude.m4
parentf5310810303f354090fe7e27dc7537f89e0d70e1 (diff)
downloadgcc-3c72aa9c492be63939733ef05db27a82754a2ce3.tar.gz
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/acinclude.m4')
-rw-r--r--libobjc/acinclude.m424
1 files changed, 24 insertions, 0 deletions
diff --git a/libobjc/acinclude.m4 b/libobjc/acinclude.m4
new file mode 100644
index 00000000000..6a0bbc4b8c9
--- /dev/null
+++ b/libobjc/acinclude.m4
@@ -0,0 +1,24 @@
+dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004
+dnl Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+dnl PARTICULAR PURPOSE.
+
+m4_include(../config/acx.m4)
+m4_include(../config/no-executables.m4)
+
+m4_include(../libtool.m4)
+dnl The lines below arrange for aclocal not to bring an installed
+dnl libtool.m4 into aclocal.m4, while still arranging for automake to
+dnl add a definition of LIBTOOL to Makefile.in.
+ifelse(yes,no,[
+AC_DEFUN([AM_PROG_LIBTOOL],)
+AC_DEFUN([AC_LIBTOOL_DLOPEN],)
+AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)
+AC_SUBST(LIBTOOL)
+])