aboutsummaryrefslogtreecommitdiff
path: root/system/rasdaemon/fix-old-automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/rasdaemon/fix-old-automake.patch')
-rw-r--r--system/rasdaemon/fix-old-automake.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/rasdaemon/fix-old-automake.patch b/system/rasdaemon/fix-old-automake.patch
deleted file mode 100644
index 47c90be62b..0000000000
--- a/system/rasdaemon/fix-old-automake.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --color -Naur ./rasdaemon-0.8.0/configure.ac ./rasdaemon-0.8.0-patched/configure.ac
---- ./rasdaemon-0.8.0/configure.ac 2023-02-18 18:02:41.000000000 +0900
-+++ ./rasdaemon-0.8.0-patched/configure.ac 2023-04-10 14:53:22.668527535 +0900
-@@ -3,7 +3,7 @@
- AC_CANONICAL_TARGET
- AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_HEADERS([config.h])
--AM_INIT_AUTOMAKE
-+AM_INIT_AUTOMAKE([foreign])
- AC_PROG_CC
- AC_PROG_INSTALL
- LT_INIT