From 3a8915e6ee7974d832994d218c6a90b83cd86323 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Aug 1999 17:55:25 +0000 Subject: Patch rtems-rc-19990709-6-diff from Ralf Corsepius applied. This modified many Makefiles and custom files and makes many more settings (network, multiprocessing, etc) gnerated by autoconf. --- tools/update/acpolish | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/update/acpolish b/tools/update/acpolish index 307f2ab0be..9b1fc59edd 100755 --- a/tools/update/acpolish +++ b/tools/update/acpolish @@ -186,6 +186,11 @@ sub subst_line $line .= "\n" ; $_ = "$line" ; } + if ( /^(.*)RTEMS_HAS_([A-Z]+)(.*)$/o ) + { + print STDERR "WARNING: Replacing RTEMS_HAS_$2 with HAS_$2\n" ; + $_ = "$1HAS_$2$3\n" ; + } if ( /^.*\$\(make\-exe\).*$/o ) { $make_exe_seen = 1 ; -- cgit v1.2.3