/*----- os2unix version 1.4 (Mar 6, 2001) */ Purpose: Modifiy scripts (configure ...), Makefile.in's, and Makefile.in.in (in po directory), to run configure and make WITHOUT os2 ported autoconf. At least you will succeed at 9 of 10. Installation: - copy os2unix.cmd in your PATH_DIRECTORY - copy os_*.* in SOME_DIRECTORY - copy mkinstalldirs in SOME_DIRECTORY - edit line 53 of os2unix.cmd from SC_DIR="i:/RedHat/SOURCES" to SC_DIR="SOME_DIRECTORY" Usage: In a top source directory x:/source> tar zxvf SOMEWHERE/foo.tar.gz x:/source/foo> os2unix -all x:/source/foo> sh configure --help x:/source/foo> sh configure [SOME_ARGUMENT] x:/source/foo> make x:/source/foo> make install prefix=XXX @@@ Required Executables @@@ HOBBES=ftp://hobbes.nmsu.edu/pub/os2 LEO=ftp://ftp.leo.org/pub/comp/os/os2/leo JSAWA=http://www2s.biglobe.ne.jp/~vtgf3mpr GNU find (find.exe) LEO/gnu/systools/gnufind.zip ; v4.1 HOBBES/util/disk/gnufind.zip ; v4.1 GNU sed JSAWA/gnu/sed.htm ; v3.02.80 GNU grep (grep.exe) JSAWA/gnu/grep.htm ; v2.3h or later file - determine file type JSAWA/index-e.htm HOBBES/util/file/file330.zip History ======= 2001/3/16 - version 1.3 released a lot of improvement ; see *.cmd and *.sed 2001/2/15 - version 1.3 released - os2unix.cmd updated * autodetect whether GNU find is available * autodetect whether file command is available - new : os2_convert_Makefile_in.grep, os2_convert_Makefile_in_lib_prog.sed * autodetect Makefile.in for library and program * debug mode added to Makefile.in ifeq ($(debug),on) CFLAGS += -DEMX_DEBUG endif If sources contain "#ifdef EMX_DEBUG", to enable debug codes, execute "make debug=on" 2001/2/11 - version 1.2 released - os2unix.cmd updated - os2_convert_Makefile_in.sed updated 2001/1/28 - version 1.1 released - os2_convert_Makefile_in.sed updated s/CXXLIBS = @CXXLIBS@/CXXLIBS = @CXXLIBS@ -lstdcpp/ s/LDFLAGS=@LDFLAGS@/LDFLAGS=@LDFLAGS@ -Zexe/ s@LIBTOOL =@LIBTOOL = sh@ 2001/1/27 - version 1.0 released If you have questions and suggestions, please mail me. SAWATAISHI JUN, YOKOHAMA JAPAN http://www2s.biglobe.ne.jp/~vtgf3mpr/indxos2.htm /*----- end of document -----------------------------------------------------*/