]> git.pld-linux.org Git - packages/avrdude.git/commitdiff
- it removes @WINDOWS_DIRS@ from Makefile
authorbszx <bszx@pld-linux.org>
Sat, 7 Apr 2007 17:08:28 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avrdude-configure.patch -> 1.1

avrdude-configure.patch [new file with mode: 0644]

diff --git a/avrdude-configure.patch b/avrdude-configure.patch
new file mode 100644 (file)
index 0000000..8885a6e
--- /dev/null
@@ -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.
This page took 0.066252 seconds and 4 git commands to generate.