From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../macro-not-cross-compilation-safe/build-spec/orig/configure.ac | 5 +++++ .../build-spec/orig/src/configure.ac | 1 + 2 files changed, 6 insertions(+) create mode 100644 t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/configure.ac create mode 100644 t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac (limited to 't/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig') diff --git a/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/configure.ac b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/configure.ac new file mode 100644 index 0000000..4e448c8 --- /dev/null +++ b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/configure.ac @@ -0,0 +1,5 @@ +AC_INIT + +AC_PATH_PROG(PKG_CONFIG, pkg-config, no) + +dnl AC_PATH_PROG(PKG_CONFIG, pkg-config, no) diff --git a/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac new file mode 100644 index 0000000..0250f9b --- /dev/null +++ b/t/recipes/checks/build-systems/autotools/macro-not-cross-compilation-safe/build-spec/orig/src/configure.ac @@ -0,0 +1 @@ +AC_PATH_PROG(PKG_CONFIG, pkg-config, no) -- cgit v1.2.3