[xml] Farewell to the xmlwin32version



Hi everyone,

I am about to fulfill my long-standing threat to remove include/libxml/xmlwin32version.h file.

While needed once in the past, this file is outdated and is a source of confusion today.

The attached diff contains the changes which I think must be done to the *GNU configure* system to remove all references this part has.

Linux does not seem to care about these changes. However, since I am not very familiar with this, please risk a glance and scream if I did something very bad.

Ciao
Igor

Index: configure.in
===================================================================
RCS file: /cvs/gnome/gnome-xml/configure.in,v
retrieving revision 1.185
diff -c -r1.185 configure.in
*** configure.in        18 Oct 2002 11:21:33 -0000      1.185
--- configure.in        29 Oct 2002 13:49:15 -0000
***************
*** 595,600 ****
  rm -f rm COPYING.LIB COPYING
  ln -s Copyright COPYING
  
! AC_OUTPUT(libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile 
python/Makefile python/tests/Makefile include/libxml/xmlversion.h include/libxml/xmlwin32version.h 
xml2-config libxml-2.0.pc xml2Conf.sh python/setup.py)
  
  chmod +x xml2-config xml2Conf.sh python/setup.py
--- 595,600 ----
  rm -f rm COPYING.LIB COPYING
  ln -s Copyright COPYING
  
! AC_OUTPUT(libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile 
python/Makefile python/tests/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc xml2Conf.sh 
python/setup.py)
  
  chmod +x xml2-config xml2Conf.sh python/setup.py
Index: include/libxml/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-xml/include/libxml/Makefile.am,v
retrieving revision 1.11
diff -c -r1.11 Makefile.am
*** include/libxml/Makefile.am  16 Apr 2002 15:50:01 -0000      1.11
--- include/libxml/Makefile.am  29 Oct 2002 13:49:15 -0000
***************
*** 27,33 ****
                valid.h \
                xlink.h \
                xmlversion.h \
-               xmlwin32version.h \
                DOCBparser.h \
                catalog.h \
                threads.h \
--- 27,32 ----
***************
*** 43,46 ****
  install-exec-hook:
        $(mkinstalldirs) $(DESTDIR)$(xmlincdir)
  
! EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in
--- 42,45 ----
  install-exec-hook:
        $(mkinstalldirs) $(DESTDIR)$(xmlincdir)
  
! EXTRA_DIST = xmlversion.h.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]