[Expat-checkins] CVS: expat/conftools ltmain.sh,1.1,1.2

Clark Cooper coopercc@users.sourceforge.net
Thu, 28 Sep 2000 12:47:36 -0700


Update of /cvsroot/expat/expat/conftools
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14959/conftools

Modified Files:
	ltmain.sh 
Log Message:
Switch to using MANIFEST to build distribution.
Also fix xmlwf to use current entity declaration signature.


Index: ltmain.sh
===================================================================
RCS file: /cvsroot/expat/expat/conftools/ltmain.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ltmain.sh	2000/09/18 16:26:21	1.1
--- ltmain.sh	2000/09/28 19:47:33	1.2
***************
*** 628,632 ****
        # which system we are compiling for in order to pass an extra
        # flag for every libtool invokation.
!       # allow_undefined=no
  
        # FIXME: Unfortunately, there are problems with the above when trying
--- 628,632 ----
        # which system we are compiling for in order to pass an extra
        # flag for every libtool invokation.
!       allow_undefined=no
  
        # FIXME: Unfortunately, there are problems with the above when trying
***************
*** 635,639 ****
        # -no-undefined on the libtool link line when we can be certain
        # that all symbols are satisfied, otherwise we get a static library.
!       allow_undefined=yes
  
        # This is a source program that is used to create dlls on Windows
--- 635,639 ----
        # -no-undefined on the libtool link line when we can be certain
        # that all symbols are satisfied, otherwise we get a static library.
!       # allow_undefined=yes
  
        # This is a source program that is used to create dlls on Windows
***************
*** 651,666 ****
  # #endif
  #
! # #ifdef __cplusplus
  # extern "C" {
! # #endif
  # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
! # #ifdef __cplusplus
  # }
! # #endif
  #
- # #ifdef __CYGWIN__
- # #include <cygwin/cygwin_dll.h>
- # DECLARE_CYGWIN_DLL( DllMain );
- # #endif
  # HINSTANCE __hDllInstance_base;
  #
--- 651,666 ----
  # #endif
  #
! # #ifdef __CYGWIN__
! # #include <cygwin/cygwin_dll.h>
! # DECLARE_CYGWIN_DLL( DllMain );
! # #else
! # #  ifdef __cplusplus
  # extern "C" {
! # #  endif
  # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
! # #  ifdef __cplusplus
  # }
! # #  endif
  #
  # HINSTANCE __hDllInstance_base;
  #
***************
*** 671,674 ****
--- 671,675 ----
  #   return TRUE;
  # }
+ # #endif
  # /* ltdll.c ends here */
        # This is a source program that is used to create import libraries