mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 02:49:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
23 lines
486 B
Diff
23 lines
486 B
Diff
|
|
#
|
|
# 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
|