OSDN Git Service

* function improvement
authorfche <fche>
Mon, 26 Mar 2001 19:18:34 +0000 (19:18 +0000)
committerfche <fche>
Mon, 26 Mar 2001 19:18:34 +0000 (19:18 +0000)
commit472b6e7845a68d73ed49f160c64e4412b3bfa908
treee9dbee0c80e3b12da313b70f20877b9914d08b9a
parent30b22ad1a32b57ff63b1c5c164676639ca839172
* function improvement

[include/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * sidmiscutil.h (sid_file_search_path): New function for returning
        a canonical file search path based on SID_LIBRARY_PATH and
        SID_EXEC_PREFIX.
        (find_sid_data_file): New function to use the above to locate sid
        data files.
        * configure.in (SID_EXEC_PREFIX): AC_DEFINE.
        * configure, sidconfutil.h: Regenerated.

[component/cfgroot/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * compConfig.cxx (configure): Use find_sid_data_file to locate
        given sid config file.
        * Makefile.am (AM_CXXFLAGS): Remove.
        * Makefile.in: Regenerated.

[component/memory/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * generic.cxx (image{load,store,mmap}_handler): Use find_sid_data_file
        to locate image-file.

[component/tcl/ChangeLog]
2001-03-26  Frank Ch. Eigler  <fche@redhat.com>

        * compTcl.cxx (scan_files): Use sid_file_search_path to locate tcl
        component sources.
        * Makefile.am (AM_CXXFLAGS): Remove definition.
        * Makefile.in: Regenerated.
15 files changed:
sid/component/cfgroot/ChangeLog
sid/component/cfgroot/Makefile.am
sid/component/cfgroot/Makefile.in
sid/component/cfgroot/compConfig.cxx
sid/component/memory/ChangeLog
sid/component/memory/generic.cxx
sid/component/tcl/ChangeLog
sid/component/tcl/Makefile.am
sid/component/tcl/Makefile.in
sid/component/tcl/compTcl.cxx
sid/include/ChangeLog
sid/include/configure
sid/include/configure.in
sid/include/sidconfutil.in
sid/include/sidmiscutil.h