summaryrefslogtreecommitdiffstats
path: root/m4/ltoptions.m4
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-06-25 20:58:44 +0200
committerJay Berkenbilt <ejb@ql.org>2011-06-25 20:58:44 +0200
commit04e12b3feeba37334e79d6315b06ecd14848f0fd (patch)
treeca0eff9b742ffdf536963acd9c7f17fd81655ba4 /m4/ltoptions.m4
parent9de1f4826bcda9a677d8c1d9548c57d4378c10fc (diff)
downloadqpdf-04e12b3feeba37334e79d6315b06ecd14848f0fd.tar.zst
revert libtool updates; breaks with dashrelease-qpdf-2.2.4
git-svn-id: svn+q:///qpdf/trunk@1063 71b93d88-0707-0410-a8cf-f5a4172ac649
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 17cfd51c..34151a3b 100644
--- a/m4/ltoptions.m4
+++ b/m4/ltoptions.m4
@@ -1,14 +1,13 @@
# Helper functions for option handling. -*- Autoconf -*-
#
-# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#
# 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 7 ltoptions.m4
+# serial 6 ltoptions.m4
# This is to help aclocal find these macros, as it can't see m4_define.
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
@@ -126,7 +125,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
[enable_win32_dll=yes
case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
AC_CHECK_TOOL(AS, as, false)
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
AC_CHECK_TOOL(OBJDUMP, objdump, false)
@@ -134,13 +133,13 @@ case $host in
esac
test -z "$AS" && AS=as
-_LT_DECL([], [AS], [1], [Assembler program])dnl
+_LT_DECL([], [AS], [0], [Assembler program])dnl
test -z "$DLLTOOL" && DLLTOOL=dlltool
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
+_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
test -z "$OBJDUMP" && OBJDUMP=objdump
-_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
+_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
])# win32-dll
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],