Newer
Older
Import / applications / MakePDF / 3rdParty / libharu / pr-patches / 0001-Rename-configure.in-to-configure.ac.patch
@John Ryland John Ryland on 22 Dec 2020 744 bytes import NUC files
From f9a7647ba8487562c5d92e32b64e12dcbae3048c Mon Sep 17 00:00:00 2001
From: Johan Van de Wauw <johan@gisky.be>
Date: Wed, 6 Dec 2017 19:59:32 +0100
Subject: [PATCH] Rename configure.in to configure.ac

From:
https://lists.gnu.org/archive/html/automake/2013-05/msg00049.html

 - Automake 2.0 will drop support for the long-deprecated 'configure.in'
   name for the Autoconf input file.  You are advised to start using
   th recommended name 'configure.ac' instead, ASAP.
---
 configure.in => configure.ac | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename configure.in => configure.ac (100%)

diff --git a/configure.in b/configure.ac
similarity index 100%
rename from configure.in
rename to configure.ac
-- 
2.21.1 (Apple Git-122.3)