summarylogtreecommitdiffstats
path: root/0001-autoconf.patch
diff options
context:
space:
mode:
authorChristian Hesse2015-06-29 16:26:03 +0200
committerChristian Hesse2015-06-29 16:26:03 +0200
commite5655dde4f5b6b0468865b21b2ff717e4ec8e58b (patch)
tree578ba57f2ef329455b67e5b9846855196906f646 /0001-autoconf.patch
downloadaur-xfvnc-git.tar.gz
initial import of xfvnc-git 0.r100.g31c1e02-4
Diffstat (limited to '0001-autoconf.patch')
-rw-r--r--0001-autoconf.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0001-autoconf.patch b/0001-autoconf.patch
new file mode 100644
index 000000000000..e2df46495c6d
--- /dev/null
+++ b/0001-autoconf.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac.in b/configure.ac.in
+index 03e0471..9cfdc45 100644
+--- a/configure.ac.in
++++ b/configure.ac.in
+@@ -19,7 +19,7 @@ AC_PREREQ([2.50])
+
+ dnl init automake
+ AM_INIT_AUTOMAKE([dist-bzip2])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ dnl AC_DEFINE([WEBSITE], ["http://spuriousinterrupt.org/projects/xfvnc"],
+ dnl [Location of the xfvnc website])
+ AM_MAINTAINER_MODE