summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-11 02:05:02 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-11 02:05:02 +0200
commit668437afdfb8d8a6bdaaaba6225177295e49982a (patch)
tree24b59165e2ebb9b8efa785e0e46e66f020b894de /aclocal.m4
parentc4c91c7cbc6c413e59f05be88e6bd1c6bc83679d (diff)
downloadmad-668437afdfb8d8a6bdaaaba6225177295e49982a.tar
mad-668437afdfb8d8a6bdaaaba6225177295e49982a.zip
configure.ac aktualisiert
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m434
1 files changed, 0 insertions, 34 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index cc442ca..73d5ecf 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -7434,40 +7434,6 @@ AC_MSG_RESULT([$_am_result])
rm -f confinc confmf
])
-# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 5
-
-# AM_PROG_CC_C_O
-# --------------
-# Like AC_PROG_CC_C_O, but changed for automake.
-AC_DEFUN([AM_PROG_CC_C_O],
-[AC_REQUIRE([AC_PROG_CC_C_O])dnl
-AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-AC_REQUIRE_AUX_FILE([compile])dnl
-# FIXME: we rely on the cache variable name because
-# there is no other way.
-set dummy $CC
-ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
- # Losing compiler, so override with the script.
- # FIXME: It is wrong to rewrite CC.
- # But if we don't then we get into trouble of one sort or another.
- # A longer-term fix would be to have automake use am__CC in this case,
- # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
- CC="$am_aux_dir/compile $CC"
-fi
-dnl Make sure AC_PROG_CC is never called again, or it will override our
-dnl setting of CC.
-m4_define([AC_PROG_CC],
- [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
-])
-
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005