diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /xdmcp/files/autofoo.patch | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'xdmcp/files/autofoo.patch')
-rw-r--r-- | xdmcp/files/autofoo.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xdmcp/files/autofoo.patch b/xdmcp/files/autofoo.patch index e69de29bb2..ff1a76ad04 100644 --- a/xdmcp/files/autofoo.patch +++ b/xdmcp/files/autofoo.patch @@ -0,0 +1,22 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- libXdmcp-0.1.3/configure.ac~autofoo ++++ libXdmcp-0.1.3/configure.ac +@@ -25,12 +25,11 @@ + + AC_PREREQ([2.57]) + AC_INIT(libXdmcp, [0.1.3], [keithp@keithp.com],libXdmcp) ++AC_CONFIG_AUX_DIR(.) ++AC_CONFIG_HEADERS([include/X11/Xdmcpconf.h]) + AM_INIT_AUTOMAKE([dist-bzip2]) + AM_MAINTAINER_MODE +- + AM_CONFIG_HEADER(config.h) +-AC_CONFIG_AUX_DIR(.) +-AC_CONFIG_HEADERS([include/X11/Xdmcpconf.h]) + + AC_PROG_CC + AC_PROG_INSTALL |