X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=aclocal.m4;h=dd7337aad458f35a934471adce4072280acc5174;hb=22533ebdee1d7244225b19ca8fb5711939ba98f4;hp=45c8636710b84b580348b2644bb210aca431b649;hpb=544e945d851bf69e520a6d675bbc7e31f8919320;p=libfirm diff --git a/aclocal.m4 b/aclocal.m4 index 45c863671..dd7337aad 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,16 +1,19 @@ - -dnl libFIRM Project - -dnl Macros for autoconf -dnl $Id$ +dnl +dnl Project: libFIRM +dnl File name: aclocal.m4 +dnl Purpose: Macros for autoconf +dnl Author: Till Riedel +dnl Modified by: +dnl Created: +dnl CVS-ID: $Id$ +dnl Copyright: (c) 2002-2003 Universität Karlsruhe +dnl Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +dnl dnl Set variable `LD' to the name of the linker program. -AC_DEFUN(LIBFIRM_PROG_LD, +AC_DEFUN(LIBFIRM_PROG_LD,[ dnl AC_REQUIRE([AC_PROG_CC]) -[if test -z "$LD" && test "$GCC" = yes; then - AC_CHECK_TOOL(LD, gld, "") -fi if test -z "$LD"; then AC_CHECK_TOOL(LD, ld) fi @@ -28,6 +31,7 @@ int foo() { return 0; } EOF if eval $ac_compile && mv conftest.o conftest2.o; then cat > conftest.$ac_ext <