From: rwscott AT omnisig DOT com (Rick Scott) Subject: Re: LessTif build under Cygwin32? 17 Jan 1999 11:02:06 -0800 Message-ID: References: <86pv8emfzw DOT fsf AT dial DOT oleane DOT com> Reply-To: Rick Scott Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII To: Francois Felix Ingrand Cc: "Kilfoyle, Greg" , lesstif AT hungry DOT com, gnu-win32 AT cygnus DOT com, automake AT gnu DOT org On 17-Jan-99 at 07:29, Francois Felix Ingrand (felix AT dial DOT oleane DOT com) wrote: > Rick Scott writes: > > > > > > > Same here... just comment the 2 lines which overide the x-lib ans > > > x-include. > > > > You could just use the configure options > > --x-includes=DIR --x-libraries=DIR > > > > I do use this... but later in the .configure, some test overide them with > Xfree86 values... Checking emx or something like that (I am under Solaris, > not NT now). You are correct, here is the definition of AM_EMX. I think there should be a "test -z" before each of these assignments, nothing should be overriding values supplied on the command line. I have to consider this an automake bug for now, hence the addition of the automake mailing list. Let's wait and see what they have to say before we attempt a fix..... Rick AC_DEFUN(AM_EMX, [AC_CACHE_CHECK(for EMX environment, am_cv_emx, [cat > conftest.$ac_ext << 'EOF' int main () { /* Nothing. */ return 0; } EOF if AC_TRY_EVAL(ac_link -Zexe) && test -s conftest.exe; then am_cv_emx=yes x_includes=$X11ROOT/XFree86/include x_libraries=$X11ROOT/XFree86/lib else am_cv_emx=no fi rm -f conftest*]) EXEEXT= test "$am_cv_emx" = yes && EXEEXT=.exe AC_SUBST(EXEEXT)]) > > > -- > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Francois Felix INGRAND "Pourquoi est ce que France Info nous donne > mailto:felix AT laas DOT fr toutes les heures les cours de la bourse > WWW: et non pas le nombre de chomeurs?" > > - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".