SOURCES: avrdude-configure.patch (NEW) - it removes @WINDOWS_DIRS at ...

bszx bszx at pld-linux.org
Sat Apr 7 19:08:33 CEST 2007


Author: bszx                         Date: Sat Apr  7 17:08:33 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- it removes @WINDOWS_DIRS@ from Makefile

---- Files affected:
SOURCES:
   avrdude-configure.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/avrdude-configure.patch
diff -u /dev/null SOURCES/avrdude-configure.patch:1.1
--- /dev/null	Sat Apr  7 19:08:33 2007
+++ SOURCES/avrdude-configure.patch	Sat Apr  7 19:08:28 2007
@@ -0,0 +1,41 @@
+--- avrdude-5.3.1/configure.ac.old	2006-12-22 23:55:33.000000000 +0100
++++ avrdude-5.3.1/configure.ac	2007-04-04 20:43:59.000000000 +0200
+@@ -157,19 +157,8 @@
+ 		esac],
+ 	[enabled_parport=yes])
+ 
+-if test "$enabled_doc" = "yes"; then
+-
+-SUBDIRS_AC='doc @WINDOWS_DIRS@'
+-DIST_SUBDIRS_AC='doc windows'
+-else
+-
+-SUBDIRS_AC='@WINDOWS_DIRS@'
+-DIST_SUBDIRS_AC='windows'
+-fi
+ 
+ AC_SUBST(DOC_INST_DIR, $DOC_INST_DIR)
+-AC_SUBST(SUBDIRS_AC, $SUBDIRS_AC)
+-AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_AC)
+ 
+ 
+ # Find the parallel serial device files based on target system
+@@ -236,6 +225,18 @@
+ 		LDFLAGS="${LDFLAGS} -static"
+ 		;;
+ esac
++
++if test "$enabled_doc" = "yes"; then
++
++SUBDIRS_AC="doc $WINDOWS_DIRS"
++DIST_SUBDIRS_AC='doc windows'
++else
++
++SUBDIRS_AC="$WINDOWS_DIRS"
++DIST_SUBDIRS_AC='windows'
++fi
++AC_SUBST(SUBDIRS_AC, $SUBDIRS_AC)
++AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_AC)
+ AC_SUBST(WINDOWS_DIRS,$WINDOWS_DIRS)
+ 
+ # If we are compiling with gcc, enable all warning and make warnings errors.
================================================================


More information about the pld-cvs-commit mailing list