From 73029c022a5797eeb29b3f1c3359534b880de5e7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 18 Aug 2000 00:42:43 +0000 Subject: [PATCH] s/-ansi/-O -g/ --- INSTALL | 4 ++-- README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index ca3512e62b..2cbb10ca66 100644 --- a/INSTALL +++ b/INSTALL @@ -43,7 +43,7 @@ these steps: These environment variables are used: CC C Compiler (cc, ecgs) - CFLAGS C Flags (-ansi) + CFLAGS C Flags (-O -g) CPPFLAGS CPP Flags (-I/path/include -Ddef) LDFLAGS LDFLAGS (-L/path/lib) LIBS LIBS (-llib) @@ -159,7 +159,7 @@ WARNING: Executables built in your environment may not run Supported Environmental Variables CC C compiler (cc, egcc) - CFLAGS C flags (-ansi) + CFLAGS C flags (-O -g) CPPFLAGS cpp flags (-I/path/include -Ddef) LDFLAGS ld flags (-L/usr/local/lib) LIBS libraries (-llib) diff --git a/README b/README index a0d7c0eb8e..f42349eb0e 100644 --- a/README +++ b/README @@ -58,7 +58,7 @@ DOCUMENTATION http://www.OpenLDAP.org/ A draft of the "OpenLDAP Administrator's Guide" is available at: - http://www.openldap.org/guide/admin/ + http://www.openldap.org/devel/admin/ The OpenLDAP 2.0 Software FAQ is available at: http://www.openldap.org/faq/index.cgi -- 2.39.5