Sha256: 8b997f836ff6ebe22d3fd1b0b3776cc0ccbe50b4d289f0b9f6c74d919bcd1f20
Contents?: true
Size: 567 Bytes
Versions: 27
Compression:
Stored size: 567 Bytes
Contents
dnl Copyright (C) 2009 Sun Microsystems dnl This file is free software; Sun Microsystems dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([PANDORA_LIBTOOL],[ AC_REQUIRE([AC_PROG_LIBTOOL]) dnl By requiring AC_PROG_LIBTOOL, we should force the macro system to read dnl libtool.m4, where in 2.2 AC_PROG_LIBTOOL is an alias for LT_INIT dnl Then, if we're on 2.2, we should have LT_LANG, so we'll call it. m4_ifdef([LT_LANG],[ LT_LANG(C) LT_LANG(C++) ]) ])
Version data entries
27 entries across 27 versions & 4 rubygems