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