From: Simon Josefsson Date: Wed, 12 Nov 2008 15:20:37 +0000 (+0100) Subject: Drop --enable-developer-mode. X-Git-Tag: gnutls_2_7_2~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fe4cba9205916f87f7ea4e800dee1c4974451fd;p=thirdparty%2Fgnutls.git Drop --enable-developer-mode. --- diff --git a/cfg.mk b/cfg.mk index 2e38fe1cb4..8eaf93265c 100644 --- a/cfg.mk +++ b/cfg.mk @@ -18,7 +18,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc +CFGFLAGS ?= --enable-gtk-doc INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c` diff --git a/doc/README.GIT b/doc/README.GIT index d2bdf5a4d1..5e74ab3668 100644 --- a/doc/README.GIT +++ b/doc/README.GIT @@ -17,15 +17,13 @@ Those are optional: 1. Download the git tree $ git clone git://git.savannah.gnu.org/gnutls.git - $ cd gnutls 2. Create configure script $ autoreconf -i -f 3. Compile the sources -$ ./configure --enable-developer-mode +$ ./configure $ make -4. If you intend to change any code in gnutls, check the file - doc/README.CODING_STYLE. +4. If you intend to change any code, check the file doc/README.CODING_STYLE.