1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-13 14:35:49 +01:00

Added sylpheed 3.8 beta with additional debian patches

This commit is contained in:
2023-07-06 16:48:42 +02:00
parent 6b5606cadb
commit ba25d8f5ba
8 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
From: Hideki Yamane <henrich@debian.org>
Date: Sun, 28 Jan 2018 18:20:49 +0900
Subject: Specify MACRO_DIRS as general
It breaks configure that is generated with autoreconf
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 090177d..3c12182 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ AM_PROG_LEX
AC_PROG_YACC
AM_PROG_LIBTOOL
-SYLPHEED_ACLOCAL_INCLUDE(ac)
+AC_CONFIG_MACRO_DIRS([ac])
native_win32=no
os_osx=no