mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-02 00:39:33 +00:00
Don't pretend --enable-doc were the default.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@679 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-11-07 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* configure.ac: Don't pretend --enable-doc were the default.
|
||||
|
||||
2006-11-02 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in: Fix the width of the efuse memory area for a
|
||||
|
@@ -97,7 +97,7 @@ AC_ARG_ENABLE(
|
||||
[doc],
|
||||
AC_HELP_STRING(
|
||||
[--enable-doc],
|
||||
[Enable building documents(default)]),
|
||||
[Enable building documents]),
|
||||
[case "${enableval}" in
|
||||
yes) enabled_doc=yes ;;
|
||||
no) enabled_doc=no ;;
|
||||
|
Reference in New Issue
Block a user