]> git.pld-linux.org Git - packages/avrdude.git/blob - avrdude-configure.patch
8885a6e9b82de140581d0078e0ec76210baccedc
[packages/avrdude.git] / avrdude-configure.patch
1 --- avrdude-5.3.1/configure.ac.old      2006-12-22 23:55:33.000000000 +0100
2 +++ avrdude-5.3.1/configure.ac  2007-04-04 20:43:59.000000000 +0200
3 @@ -157,19 +157,8 @@
4                 esac],
5         [enabled_parport=yes])
6  
7 -if test "$enabled_doc" = "yes"; then
8 -
9 -SUBDIRS_AC='doc @WINDOWS_DIRS@'
10 -DIST_SUBDIRS_AC='doc windows'
11 -else
12 -
13 -SUBDIRS_AC='@WINDOWS_DIRS@'
14 -DIST_SUBDIRS_AC='windows'
15 -fi
16  
17  AC_SUBST(DOC_INST_DIR, $DOC_INST_DIR)
18 -AC_SUBST(SUBDIRS_AC, $SUBDIRS_AC)
19 -AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_AC)
20  
21  
22  # Find the parallel serial device files based on target system
23 @@ -236,6 +225,18 @@
24                 LDFLAGS="${LDFLAGS} -static"
25                 ;;
26  esac
27 +
28 +if test "$enabled_doc" = "yes"; then
29 +
30 +SUBDIRS_AC="doc $WINDOWS_DIRS"
31 +DIST_SUBDIRS_AC='doc windows'
32 +else
33 +
34 +SUBDIRS_AC="$WINDOWS_DIRS"
35 +DIST_SUBDIRS_AC='windows'
36 +fi
37 +AC_SUBST(SUBDIRS_AC, $SUBDIRS_AC)
38 +AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_AC)
39  AC_SUBST(WINDOWS_DIRS,$WINDOWS_DIRS)
40  
41  # If we are compiling with gcc, enable all warning and make warnings errors.
This page took 0.044841 seconds and 2 git commands to generate.