Edit

thodg/libiconv/libcharset/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2000-12-12 19:47:59
    Hash : 103f3366
    Message : Portability fixes for Solaris "make".

  • libcharset/ChangeLog
  • 2000-12-13  Bruno Haible  <haible@clisp.cons.org>
    
    	* autoconf/install-sh: Update to a newer version from fileutils.
    
    2000-12-12  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.in: Use $(MAKE) instead of $(MAKE) -r. Needed with Solaris
    	"make", which doesn't set MAKE as expected by @SET_MAKE@ if -r is
    	given. Reported by Toshimitsu Fujiwara.
    
    2000-12-08  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
    
    2000-12-02  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.msvc (check): Depend on target 'force' as well.
    	(mostlyclean, clean, distclean, maintainer-clean): Fix dependency.
    
    	* Makefile.msvc: Replace STATIC with its opposite flag, DLL.
    
    2000-11-24  Bruno Haible  <haible@clisp.cons.org>
    
    	* tools/all-charsets: Update for 2000-10-31 change of
    	lib/config.charset.
    
    2000-11-23  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.in (install-lib): Fix for builddir != srcdir.
    
    2000-11-22  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.in (all): Fix for builddir != srcdir.
    
    2000-11-21  Bruno Haible  <haible@clisp.cons.org>
    
    	* include/libcharset.h.in: Renamed from include/libcharset.h.
    	* windows/dllexport.h: New file.
    	* Makefile.devel (all): Add config.h.msvc,
    	include/libcharset.h.msvc-shared.
    	(config.h.msvc, include/libcharset.h.msvc-shared): New targets.
    	* Makefile.msvc (MFLAGS): New variable.
    	(all): Create include\libcharset.h.
    	(distclean, maintainer-clean): Remove include\libcharset.h.
    	* Makefile.in (CP): New variable.
    	(all): Create include/libcharset.h.
    	(distclean, maintainer-clean): Remove include/libcharset.h.
    
    2000-11-18  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.devel (config.h.in): Rename from config.h.
    
    2000-11-16  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.in: After "cd", use "&&" not ";".
    
    2000-10-31  Bruno Haible  <haible@clisp.cons.org>
    
    	* Makefile.msvc: New file.
    	* README.win32: New file.