]> git.pld-linux.org Git - packages/avrdude.git/blob - avrdude-configure.patch
- release 2 (by relup.sh)
[packages/avrdude.git] / avrdude-configure.patch
1 --- avrdude-5.5/configure.ac.orig       2007-10-30 00:00:12.000000000 +0100
2 +++ avrdude-5.5/configure.ac    2008-02-10 00:16:36.000000000 +0100
3 @@ -240,6 +240,18 @@
4                 LDFLAGS="${LDFLAGS} -static"
5                 ;;
6  esac
7 +
8 +if test "$enabled_doc" = "yes"; then
9 +
10 +SUBDIRS_AC="doc $WINDOWS_DIRS"
11 +DIST_SUBDIRS_AC='doc windows'
12 +else
13 +
14 +SUBDIRS_AC="$WINDOWS_DIRS"
15 +DIST_SUBDIRS_AC='windows'
16 +fi
17 +AC_SUBST(SUBDIRS_AC, $SUBDIRS_AC)
18 +AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_AC)
19  AC_SUBST(WINDOWS_DIRS,$WINDOWS_DIRS)
20  
21  # If we are compiling with gcc, enable all warning and make warnings errors.
This page took 0.049381 seconds and 3 git commands to generate.