Added configuration option allowing people to turn on/off the compiler

warnings for #import


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12822 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-27 13:42:16 +00:00
parent 7e6e3a2f04
commit 60c030c385

View file

@ -1,3 +1,12 @@
Wed Feb 27 13:05:49 2002 Nicola Pero <nicola@brainstorm.co.uk>
* configure.in: Added configure option --disable-import which
allows users to turn on/off the compiler warnings against usage of
#import. Leave the default to no warnings.
* configure: Regenerated.
* config.make.in (OBJC_NO_IMPORT_FLAGS): New flag.
* common.make (OBJCFLAGS): Set in terms of OBJC_NO_IMPORT_FLAGS.
2002-02-27 Richard Frith-Macdonald <rfm@gnu.org>
* Documentation/README.MinGW: updated to latest versions of