> With 2.0.1, configure is setting "X_LIBS" to "-L/usr/lib", which causes Irix to
> try to link again o32 libraries:

I guess that's because I have applied a patch from Albert Chin
incorrectly. A fix for my incorrect patch is appended to this mail.

Thomas

diff -ru /t/2.0.1/tetex-src/ChangeLog /t/src/tetex-src/ChangeLog
--- /t/2.0.1/tetex-src/ChangeLog        Sun Feb 16 02:25:13 2003
+++ /t/src/tetex-src/ChangeLog  Tue Feb 18 05:11:42 2003
@@ -1,3 +1,8 @@
+Tue Feb 18 05:11:38 CET 2003
+       * fix bug in texk/etc/autoconf/acspecific.m4
+
+========================= teTeX-2.0.1 =================================
+
 Sun Feb 16 00:00:20 CET 2003
        * fix a bug that I introduced in dvipdfm (in my attempt to
        stop using the return value of sprintf)
diff -ru /t/2.0.1/tetex-src/configure /t/src/tetex-src/configure
--- /t/2.0.1/tetex-src/configure        Tue Feb  4 23:54:16 2003
+++ /t/src/tetex-src/configure  Tue Feb 18 05:12:51 2003
@@ -1745,7 +1745,7 @@
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 int main() {
-${x_direct_test_function}()
+${x_direct_test_function}(1)
 ; return 0; }
 EOF
 if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
diff -ru /t/2.0.1/tetex-src/libs/t1lib/configure /t/src/tetex-src/libs/t1lib/configure
--- /t/2.0.1/tetex-src/libs/t1lib/configure     Tue Feb  4 23:54:19 2003
+++ /t/src/tetex-src/libs/t1lib/configure       Tue Feb 18 05:12:53 2003
@@ -1160,7 +1160,7 @@
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 int main() {
-${x_direct_test_function}()
+${x_direct_test_function}(1)
 ; return 0; }
 EOF
 if { (eval echo configure:1167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
diff -ru /t/2.0.1/tetex-src/texk/etc/autoconf/acspecific.m4 
/t/src/tetex-src/texk/etc/autoconf/acspecific.m4
--- /t/2.0.1/tetex-src/texk/etc/autoconf/acspecific.m4  Tue Feb  4 23:53:55 2003
+++ /t/src/tetex-src/texk/etc/autoconf/acspecific.m4    Tue Feb 18 05:11:07 2003
@@ -2519,7 +2519,7 @@
   # Don't add to $LIBS permanently.
   ac_save_LIBS="$LIBS"
   LIBS="-l$x_direct_test_library $LIBS"
-AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}()],
+AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}(1)],
 [LIBS="$ac_save_LIBS"
 # We can link X programs with no special library path.
 ac_x_libraries=],
diff -ru /t/2.0.1/tetex-src/texk/web2c/configure /t/src/tetex-src/texk/web2c/configure
--- /t/2.0.1/tetex-src/texk/web2c/configure     Sat Feb 15 22:35:03 2003
+++ /t/src/tetex-src/texk/web2c/configure       Tue Feb 18 05:12:53 2003
@@ -3353,7 +3353,7 @@
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 int main() {
-${x_direct_test_function}()
+${x_direct_test_function}(1)
 ; return 0; }
 EOF
 if { (eval echo configure:3360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
diff -ru /t/2.0.1/tetex-src/texk/xdvik/configure /t/src/tetex-src/texk/xdvik/configure
--- /t/2.0.1/tetex-src/texk/xdvik/configure     Tue Feb  4 23:54:18 2003
+++ /t/src/tetex-src/texk/xdvik/configure       Tue Feb 18 05:12:53 2003
@@ -2360,7 +2360,7 @@
 #include "confdefs.h"
 #include <X11/Intrinsic.h>
 int main() {
-${x_direct_test_function}()
+${x_direct_test_function}(1)
 ; return 0; }
 EOF
 if { (eval echo configure:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then

Reply via email to