Corrected xmlConf.sh missing in distrib, Daniel

This commit is contained in:
Daniel Veillard 1999-08-15 17:19:50 +00:00
parent 424af39124
commit b556eb5864
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
the distribution due to a cut'n paste error at last commit
Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* configure.in: upgraded to version 1.4.0

View File

@ -238,6 +238,16 @@ dist-hook:
## the value NONE in configure if the user doesn't specify them (this
## is an autoconf feature, not a bug).
confexecdir=$(libdir)
confexec_DATA = xmlConf.sh
EXTRA_DIST = xmlConf.sh.in
confexecdir=$(libdir)
confexec_DATA = xmlConf.sh
EXTRA_DIST = xmlConf.sh.in libxml.spec.in test result SAXresult \
example/Makefile.am example/gjobread.c example/gjobs.xml
xmlConf.sh: xmlConf.sh.in Makefile
## Use sed and then mv to avoid problems if the user interrupts.
sed -e 's?\@XML_LIBDIR\@?$(XML_LIBDIR)?g' \

View File

@ -106,4 +106,5 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/lib/lib*.so
%{prefix}/lib/*a
%{prefix}/lib/*.sh
%{prefix}/include/*