Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 9922ac1232aa11f5b74b2071fe302ff1eb5a1f51
  • master par défaut protégée
  • rust-playlist-sync
  • rust
  • fix-qt-deprecated-qvariant-type
  • fix-mpris-qtwindow-race-condition
  • rust-appimage-wayland
  • windows-build-rebased
  • v2.5 protégée
  • v2.4 protégée
  • v2.3-1 protégée
  • v2.3 protégée
  • v2.2 protégée
  • v2.1 protégée
  • v2.0 protégée
  • v1.8-3 protégée
  • v1.8-2 protégée
  • v1.8-1 protégée
  • v1.8 protégée
  • v1.7 protégée
  • v1.6 protégée
  • v1.5 protégée
  • v1.4 protégée
  • v1.3 protégée
  • v1.2 protégée
  • v1.1 protégée
  • v1.0 protégée
27 résultats

aclocal.m4

Blame
  • aclocal.m4 53,10 Kio
    # generated automatically by aclocal 1.16.3 -*- Autoconf -*-
    
    # Copyright (C) 1996-2020 Free Software Foundation, Inc.
    
    # 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.
    
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    # PARTICULAR PURPOSE.
    
    m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
    m4_ifndef([AC_AUTOCONF_VERSION],
      [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
    [m4_warning([this file was generated for autoconf 2.69.
    You have another version of autoconf.  It may work, but is not guaranteed to.
    If you have problems, you may need to regenerate the build system entirely.
    To do so, use the procedure documented by the package, typically 'autoreconf'.])])
    
    # pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
    # serial 12 (pkg-config-0.29.2)
    
    dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
    dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
    dnl
    dnl This program is free software; you can redistribute it and/or modify
    dnl it under the terms of the GNU General Public License as published by
    dnl the Free Software Foundation; either version 2 of the License, or
    dnl (at your option) any later version.
    dnl
    dnl This program is distributed in the hope that it will be useful, but
    dnl WITHOUT ANY WARRANTY; without even the implied warranty of
    dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    dnl General Public License for more details.
    dnl
    dnl You should have received a copy of the GNU General Public License
    dnl along with this program; if not, write to the Free Software
    dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    dnl 02111-1307, USA.
    dnl
    dnl As a special exception to the GNU General Public License, if you
    dnl distribute this file as part of a program that contains a
    dnl configuration script generated by Autoconf, you may include it under
    dnl the same distribution terms that you use for the rest of that
    dnl program.
    
    dnl PKG_PREREQ(MIN-VERSION)
    dnl -----------------------
    dnl Since: 0.29
    dnl
    dnl Verify that the version of the pkg-config macros are at least
    dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
    dnl installed version of pkg-config, this checks the developer's version
    dnl of pkg.m4 when generating configure.
    dnl
    dnl To ensure that this macro is defined, also add:
    dnl m4_ifndef([PKG_PREREQ],
    dnl     [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])])
    dnl
    dnl See the "Since" comment for each macro you use to see what version
    dnl of the macros you require.
    m4_defun([PKG_PREREQ],
    [m4_define([PKG_MACROS_VERSION], [0.29.2])
    m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
        [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
    ])dnl PKG_PREREQ