X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <55703C4B.4030604@gmx.de> Date: Thu, 04 Jun 2015 13:53:47 +0200 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de)" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Removing GREP_OPTIONS from djgpp.env Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:FlXhj6E33bqKKba1ay7OJH53YOXy1/G/Q/ohcVzGhlqtxERzcOD mYNuQOv1VJvdmtjlrbq8qY7hqo2HmBdEhuqYMKCAGWGZd+OXr2O85ICTbmDBFH2BkGLcVrO ghpGAhsiYvxTC4WagkuvSxcgbDWK63d4TiBSlM0ofljmeZ+GEYrMAhmT8AH1x63Smcp+L7a nQJezkoALHlfBgC9LPsAg== X-UI-Out-Filterresults: notjunk:1;V01:K0:yygOc0zgSvo=:myDIw8gg/zBJId0Rb/CAYL Ph7g1QA3ibq9SagBz1IKN4KfdaN+Luk92PtuXXiasxedBeeziVmz7PH9iTqo6dvIivGrs0vt3 ukzTu8a7NVsDAwAlZgb3xYkSL35BsUwSRjTAXrIzlKZsq5V+NVG+y9DJeatgCADXGutLpZQO8 OlHrfkk5pU9929dF/wq2/BCb3V/sqwWs9+qvHKdMV/wKlY6buuKr+s7UDm3fapytge4tUavah J7c4sQbhBIjORrZb7Dh7YK4PjxGGtIjxu7TFW7kFDpZTbNM1/FmZtjj9UJ9i2ZEcZ5voHVLVb MvFyOORPY7RtLJ/+GnbnA4FiMPOpX/PwnT4XaUttqhFinrgtoQqIQImQJGqPte+Q/4X1y3ok1 GaCwNMQnIKSx9d5u4fRHa6tWuZdVYnvEhR73KKCzvoH3vqqg9HZb7tATX0N3YaflXfuhvNqBR fER24tDHBEZUFo9ggYJ59Z6boPdHuKk8ZzZ+ECG3UN3sgvNdFj1Vs61uncDGeEGUSIT8QREpo 461cmtioINR9rIzR3J7ouPcerzMfcs5WPGrraAhQcvl7VIhkDq0r6AyRcD2E/Vr/E5LMMxC7Z RVgD+UusIEGngcnBtNuf6Zsr9kNOQuy9yGGzAiO1B3/hkrdl46JGdWukBQwtFNxB6V1qRyvLo aTrAffgJOQNrrQrI2kDAtH5Ztt1g+By2phf9N2ncPG535RVKB+MJSS+5a2ejx7QfjFqc= Reply-To: djgpp AT delorie DOT com IIRC grep 2.20 and later produce the following output if GREP_OPTIONS is set in the environment: egrep: warning: GREP_OPTIONS is deprecated; please use an alias or script IIRC this output may interfere with some configure scripts. Any objections if the settings are commented out or removed from djgpp.env? Regards, Juan M. Guerrero Index: djgpp/djgpp.env =================================================================== RCS file: /cvs/djgpp/djgpp/djgpp.env,v retrieving revision 1.17 diff -U 5 -r1.17 djgpp.env --- djgpp/djgpp.env 16 May 2015 05:39:19 -0000 1.17 +++ djgpp/djgpp.env 4 Jun 2015 11:49:45 -0000 @@ -119,14 +119,15 @@ +RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx m +RHIDE_TYPED_LIBS_DJGPP.cxx=stdcxx m +RHIDE_TYPED_LIBS_DJGPP.cpp=stdcxx m +RHIDE_TYPED_LIBS.f=g2c m +#= This option is only supported by grep 2.20 and previous versions. [grep] -+GREP_OPTIONS=--directories=skip +#= +GREP_OPTIONS=--directories=skip [fgrep] -+GREP_OPTIONS=--directories=skip +#= +GREP_OPTIONS=--directories=skip [egrep] -+GREP_OPTIONS=--directories=skip +#= +GREP_OPTIONS=--directories=skip