texi2html-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-bug] configure change for TeX Live in texi2html


From: Karl Berry
Subject: [Texi2html-bug] configure change for TeX Live in texi2html
Date: Fri, 22 Feb 2008 13:26:58 -0600

Hi Patrice and all,

This isn't a bug exactly, but since there's a patch, I'll send it here.
Could you install this small change in the --enable-multiplatform stuff
used in TeX Live?  It just sets libdir as well as bindir.  Ok?

Thanks,
karl & peb

*** /usr/local/texlive/2007/source/utils/texi2html/configure.ac Tue Jan 17 
13:16:42 2006
--- /tmp/configure.ac   Thu Feb 21 01:28:43 2008
***************
*** 51,62 ****
  
  dnl Checks for library functions.
- # For teTeX and TeX Live.
  
  AC_CANONICAL_HOST
! AC_ARG_ENABLE(multiplatform,
!   [  --enable-multiplatform  put executables in bin/PLATFORM])
! test "x$enable_multiplatform" = xyes \
! && test "x$bindir" = 'x${exec_prefix}/bin' \
! && bindir="$bindir/$host"
  
  AC_CONFIG_FILES([texi2html:texi2html.pl], [chmod +x texi2html])
--- 51,65 ----
  
  dnl Checks for library functions.
  
+ # For teTeX and TeX Live.
  AC_CANONICAL_HOST
! AC_ARG_ENABLE([multiplatform],
!   [AS_HELP_STRING([--enable-multiplatform],
!      [put executables into bin/PLATFORM and libraries into lib/PLATFORM])])dnl
! # if enable_multiplatform is set in the environment, use that.
! if test "x$enable_multiplatform" = xyes; then
!   test "x$bindir" = 'x${exec_prefix}/bin' && bindir="$bindir/$host"
!   test "x$libdir" = 'x${exec_prefix}/lib' && libdir="$libdir/$host"
! fi
  
  AC_CONFIG_FILES([texi2html:texi2html.pl], [chmod +x texi2html])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]