mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
ca10363baa
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
585 B
Diff
18 lines
585 B
Diff
Index: libXcomposite-1.0.1/configure.ac
|
|
===================================================================
|
|
--- libXcomposite-1.0.1.orig/configure.ac 2004-01-15 03:59:12.000000000 -0500
|
|
+++ libXcomposite-1.0.1/configure.ac 2005-01-18 17:05:25.573929256 -0500
|
|
@@ -33,11 +33,11 @@
|
|
dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n
|
|
dnl
|
|
AC_INIT(libXcomposite, 1.0.1, [keithp@keithp.com], libXcomposite)
|
|
+AC_CONFIG_AUX_DIR(.)
|
|
AM_INIT_AUTOMAKE([dist-bzip2])
|
|
AM_MAINTAINER_MODE
|
|
|
|
AM_CONFIG_HEADER(config.h)
|
|
-AC_CONFIG_AUX_DIR(.)
|
|
|
|
# Check for progs
|
|
AC_PROG_CC
|