head	1.1;
branch	1.1.1;
access;
symbols
	john2:1.1.1.1.0.6
	john1:1.1.1.1
	lapyu-work:1.1.1.1.0.4
	john-work:1.1.1.1.0.2
	SIXALPHA:1.1.1.1
	TEXLIVE:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2000.10.03.04.02.14;	author plaice;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.10.03.04.02.14;	author plaice;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh

echo .
autoconf -m texk/etc/autoconf
sed -e 's@@--enable-multiplatform.*put executables in bin/PLATFORM@@--disable-multiplatform     put executables in bin instead of bin/PLATFORM@@' \
    -e 's@@window-capable METAFONT is mfw@@window-capable METAFONT is mfw (default)@@' \
  < configure > configure_tmp$$
cat configure_tmp$$ > configure; rm configure_tmp$$

dir=libs
  (test -d $dir || exit; cd $dir; echo $dir; autoconf -m ../texk/etc/autoconf)

dir=texk
  (test -d $dir || exit; cd $dir; echo $dir; autoconf -m etc/autoconf)

dir=t1utils
  (test -d $dir || exit; cd $dir; echo $dir; autoconf)

dir=dialog
  (test -d $dir || exit; cd $dir; echo $dir; autoconf)

for i in texk/*/configure.in; do
  (echo `dirname $i`; cd `dirname $i`; autoconf -m ../etc/autoconf)
done

#for i in texk/*/*/configure.in; do
#  (echo `dirname $i`; cd `dirname $i`; autoconf -m ../../etc/autoconf)
#done

dir=texinfo
  (test -d $dir || exit; cd $dir; echo $dir; automake -i Makefile doc/Makefile lib/Makefile makeinfo/Makefile util/Makefile; autoconf; touch aclocal.m4 ; touch Makefile.in;
 touch stamp-h.in; touch configure)

dir=libs/ncurses
  (test -d $dir || exit; cd $dir; echo $dir; autoconf -m ../ncurses-ac)

dir=libs/libwww
  (test -d $dir || exit; cd $dir; echo $dir; autoconf -m ../../texk/etc/autoconf)
dir=libs/xpdf
  (test -d $dir || exit; cd $dir; echo $dir; autoconf -m ../../texk/etc/autoconf)

dir=libs/libtiff
  (test -d $dir || exit; cd $dir; echo $dir; autoconf -m ../../texk/etc/autoconf)


@


1.1.1.1
log
@sun2.dante.de download 2/10/2000 of TeXLive (Omega 1.11)
@
text
@@
