summarylogtreecommitdiffstats
path: root/fix-autoconf.patch
diff options
context:
space:
mode:
authorBalló György2021-04-27 21:03:38 +0000
committerBalló György2021-04-27 21:03:38 +0000
commit0a968287a15f9c00425ea66bb5b259a69d21607f (patch)
treea0d4a252f19d77bf66903e0e91be7df5191fd4b5 /fix-autoconf.patch
downloadaur-gnome-screensaver.tar.gz
Move gnome-screensaver from [community]
Diffstat (limited to 'fix-autoconf.patch')
-rw-r--r--fix-autoconf.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-autoconf.patch b/fix-autoconf.patch
new file mode 100644
index 000000000000..653b42bc8e55
--- /dev/null
+++ b/fix-autoconf.patch
@@ -0,0 +1,12 @@
+diff -Naur gnome-screensaver-3.6.1.orig/configure.ac gnome-screensaver-3.6.1/configure.ac
+--- gnome-screensaver-3.6.1.orig/configure.ac 2012-10-16 04:28:59.000000000 +0200
++++ gnome-screensaver-3.6.1/configure.ac 2013-04-10 14:24:44.844833193 +0200
+@@ -10,7 +10,7 @@
+ AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-xz tar-ustar])
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AM_MAINTAINER_MODE([enable])
+