]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Drop --enable-developer-mode.
authorSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 15:20:37 +0000 (16:20 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 15:20:37 +0000 (16:20 +0100)
cfg.mk
doc/README.GIT

diff --git a/cfg.mk b/cfg.mk
index 2e38fe1cb45e24c4ad6bdecb8e1e0794d787a5ad..8eaf93265cef1083a8bbf168c06cefcead0496b8 100644 (file)
--- 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`
 
index d2bdf5a4d130f7cab1fbb7fec3323f55519e6a70..5e74ab366847ddbdaef30bce230bb3bab803cada 100644 (file)
@@ -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.