aboutsummaryrefslogtreecommitdiff
path: root/m4/ltoptions.m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-07 15:32:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-07 15:32:41 +0000
commit0169892db251df639bf53e0014d0d74e8f748d5c (patch)
tree043e2449dd0fe0c8b95f7e837e066eb98c2c056c /m4/ltoptions.m4
parente3135a87b4b6b8df0296919ae70c63f2460aacac (diff)
downloadgnunet-ext-0169892db251df639bf53e0014d0d74e8f748d5c.tar.gz
gnunet-ext-0169892db251df639bf53e0014d0d74e8f748d5c.zip
-updating build system
Diffstat (limited to 'm4/ltoptions.m4')
-rw-r--r--m4/ltoptions.m413
1 files changed, 6 insertions, 7 deletions
diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4
index 17cfd51..34151a3 100644
--- a/m4/ltoptions.m4
+++ b/m4/ltoptions.m4
@@ -1,14 +1,13 @@
1# Helper functions for option handling. -*- Autoconf -*- 1# Helper functions for option handling. -*- Autoconf -*-
2# 2#
3# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, 3# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
4# Inc.
5# Written by Gary V. Vaughan, 2004 4# Written by Gary V. Vaughan, 2004
6# 5#
7# This file is free software; the Free Software Foundation gives 6# This file is free software; the Free Software Foundation gives
8# unlimited permission to copy and/or distribute it, with or without 7# unlimited permission to copy and/or distribute it, with or without
9# modifications, as long as this notice is preserved. 8# modifications, as long as this notice is preserved.
10 9
11# serial 7 ltoptions.m4 10# serial 6 ltoptions.m4
12 11
13# This is to help aclocal find these macros, as it can't see m4_define. 12# This is to help aclocal find these macros, as it can't see m4_define.
14AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) 13AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
@@ -126,7 +125,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
126[enable_win32_dll=yes 125[enable_win32_dll=yes
127 126
128case $host in 127case $host in
129*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) 128*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
130 AC_CHECK_TOOL(AS, as, false) 129 AC_CHECK_TOOL(AS, as, false)
131 AC_CHECK_TOOL(DLLTOOL, dlltool, false) 130 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
132 AC_CHECK_TOOL(OBJDUMP, objdump, false) 131 AC_CHECK_TOOL(OBJDUMP, objdump, false)
@@ -134,13 +133,13 @@ case $host in
134esac 133esac
135 134
136test -z "$AS" && AS=as 135test -z "$AS" && AS=as
137_LT_DECL([], [AS], [1], [Assembler program])dnl 136_LT_DECL([], [AS], [0], [Assembler program])dnl
138 137
139test -z "$DLLTOOL" && DLLTOOL=dlltool 138test -z "$DLLTOOL" && DLLTOOL=dlltool
140_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl 139_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
141 140
142test -z "$OBJDUMP" && OBJDUMP=objdump 141test -z "$OBJDUMP" && OBJDUMP=objdump
143_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl 142_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
144])# win32-dll 143])# win32-dll
145 144
146AU_DEFUN([AC_LIBTOOL_WIN32_DLL], 145AU_DEFUN([AC_LIBTOOL_WIN32_DLL],