Wed Mar 8 13:38:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* posix/glob/configure.bat: Fixes from DJ.
* time/backward, time/europe, time/northamerica, time/pacificnew,
time/zdump.c, time/zic.c, time/tzfile.h, time/private.h,
time/ialloc.c: Code and data updated from ADO's 95b.
* time/emkdir.c: File removed.
* time/Makefile (distribute, extra-objs, zic): Omit it.
* time/localtime.c: Deansideclized. Never #define __tzname et al
to non-__ names.
* locale/lc-ctype.c (__ctype_tolower, __ctype_toupper): Use int *
instead of short int *.
* ctype/ctype-info.c: Likewise.
* ctype/ctype.h: Likewise.
* locale/langinfo.h (_NL_CTYPE_CLASS): Use this (just one) instead
of EB and EL versions.
1995-03-09 10:00:12 +00:00
|
|
|
@echo off
|
|
|
|
echo Configuring glob for GO32
|
|
|
|
rem This batch file assumes a unix-type "sed" program
|
|
|
|
|
|
|
|
echo # Makefile generated by "configure.bat"> Makefile
|
|
|
|
|
|
|
|
if exist config.sed del config.sed
|
|
|
|
|
|
|
|
echo "s/@srcdir@/./ ">> config.sed
|
|
|
|
echo "s/@CC@/gcc/ ">> config.sed
|
|
|
|
echo "s/@CFLAGS@/-O2 -g/ ">> config.sed
|
|
|
|
echo "s/@CPPFLAGS@/-DHAVE_CONFIG_H -I../ ">> config.sed
|
|
|
|
echo "s/@AR@/ar/ ">> config.sed
|
|
|
|
echo "s/@RANLIB@/ranlib/ ">> config.sed
|
|
|
|
echo "s/@LDFLAGS@// ">> config.sed
|
|
|
|
echo "s/@DEFS@// ">> config.sed
|
|
|
|
echo "s/@ALLOCA@// ">> config.sed
|
|
|
|
echo "s/@LIBS@// ">> config.sed
|
|
|
|
echo "s/@LIBOBJS@// ">> config.sed
|
|
|
|
echo "s/^Makefile *:/_Makefile:/ ">> config.sed
|
|
|
|
echo "s/^config.h *:/_config.h:/ ">> config.sed
|
|
|
|
|
|
|
|
sed -e "s/^\"//" -e "s/\"$//" -e "s/[ ]*$//" config.sed > config2.sed
|
|
|
|
sed -f config2.sed Makefile.in >> Makefile
|
|
|
|
del config.sed
|
|
|
|
del config2.sed
|