Message-ID: <001201c2bf7b$c5ce4ef0$0100a8c0@acp42g> From: "Andrew Cottrell" To: "Laurynas Biveinis" , "Richard Dawe" Cc: "DJGPP Workers" Subject: AutoConfigure 2.5.7 share\config.site query [was Re: grep-2.51 build failure] Date: Sun, 19 Jan 2003 16:29:10 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com Yesterday and today I have been re-building the packages to do another update to the 2.04 files are clio. I am using the latest automake 1.7.2 and autoconfig 2.5.7. I had to merge in the changes that Mark E. made a while ago in order to build a grep. Once I merged the changes in I was then able to build grep once I put the po\makefile.in.in in the po directory. I do not know which of the changes I needed in the config.site, but below are the diffs. Could someone who knows about autoconfig please have a look at what is required to be done as there is some problem with either the Grep 2.5.1 sources or the autoconf 2.7.2 config.site. Andrew *** share\config.site Sun Mar 10 13:32:00 2002 --- \dj204\share\config.site Sun Jan 19 11:56:02 2003 *************** if test -z "$as_ln_s"; then *** 23,47 **** echo "Warning: This configure script was generated using an old version of autoconf" echo "Warning: Newer versions have much better DJGPP compatibility" - # In 2.5x, replaced by ac_executable_extensions - export TEST_FINDS_EXE=y - - # Set automagically by 2.5x - export PATH_SEPARATOR=: - - # $INSTALL must be an absolute path name, otherwise config.status - # will try to prepend ./ and ../ to it when it goes into subdirs. - export INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'} - - # Help out libtool - ac_exeext=".exe" - export lt_cv_sys_max_cmd_len=12288 - export lt_cv_prog_cc_pic_works=no - - # Force the test for 'ln -s' to report no. - export LN_S="cp -p" - ac_cv_prog_LN_S="cp -p" - else # autoconf 2.50 or higher # Feel free to add others (.com, .btm, .sh, .pl, ...) to this list if you --- 23,28 ---- *************** PATH="/dev/env/DJDIR/bin$PATH_SEPARATOR$ *** 68,75 **** # This is REQUIRED: using simply "/bin/(ba)sh" will NOT work (programs need # need this to be a full path with executable suffix for enhanced shell # support) ! SHELL=/dev/env/DJDIR/bin/bash.exe # This is required for config.status script to be run, since # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh} ! CONFIG_SHELL=$SHELL --- 49,77 ---- # This is REQUIRED: using simply "/bin/(ba)sh" will NOT work (programs need # need this to be a full path with executable suffix for enhanced shell # support) ! export SHELL=/dev/env/DJDIR/bin/bash.exe # This is required for config.status script to be run, since # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh} ! export CONFIG_SHELL=$SHELL ! ! # $INSTALL must be an absolute path name, otherwise config.status ! # will try to prepend ./ and ../ to it when it goes into subdirs. ! ! export INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'} ! ! export PATH_SEPARATOR=: ! ! # In 2.5x, replaced by ac_executable_extensions ! export TEST_FINDS_EXE=y ! ! # Help out libtool ! ac_exeext=".exe" ! export lt_cv_sys_max_cmd_len=12288 ! export lt_cv_prog_cc_pic_works=no ! ! # Force the test for 'ln -s' to report no. ! export LN_S="cp -p" ! ac_cv_prog_LN_S="cp -p"