SOURCES: SDL-acfix.patch (NEW) - configure.ac fix

qboosh qboosh at pld-linux.org
Fri May 19 20:55:09 CEST 2006


Author: qboosh                       Date: Fri May 19 18:55:09 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- configure.ac fix

---- Files affected:
SOURCES:
   SDL-acfix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/SDL-acfix.patch
diff -u /dev/null SOURCES/SDL-acfix.patch:1.1
--- /dev/null	Fri May 19 20:55:09 2006
+++ SOURCES/SDL-acfix.patch	Fri May 19 20:55:04 2006
@@ -0,0 +1,11 @@
+--- SDL-1.2.10/configure.in.orig	2006-05-17 05:16:07.000000000 +0200
++++ SDL-1.2.10/configure.in	2006-05-19 19:47:50.209990750 +0200
+@@ -40,7 +40,7 @@
+ AC_SUBST(LT_AGE)
+ 
+ dnl Detect the canonical build and host environments
+-AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
++AC_CONFIG_AUX_DIR([build-scripts])
+ AC_CANONICAL_HOST
+ AC_C_BIGENDIAN
+ if test x$ac_cv_c_bigendian = xyes; then
================================================================


More information about the pld-cvs-commit mailing list