mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-03-01 06:56:10 +00:00
Corrected xmlConf.sh missing in distrib, Daniel
This commit is contained in:
parent
424af39124
commit
b556eb5864
@ -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
|
||||
|
10
Makefile.am
10
Makefile.am
@ -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' \
|
||||
|
@ -106,4 +106,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%{prefix}/lib/lib*.so
|
||||
%{prefix}/lib/*a
|
||||
%{prefix}/lib/*.sh
|
||||
%{prefix}/include/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user