* Makefile.in (CFILES): Add lrealpath.c.
commit846a645c173e6d1b00187f1feed6104d13cb6ac1
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Feb 2003 22:11:13 +0000 (20 22:11 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Feb 2003 22:11:13 +0000 (20 22:11 +0000)
treee345914b98acba3281c7933fd21ce8beecd43bb6
parenta12d249cfc78fd9771fce1a54c9417b55b279fc1
* Makefile.in (CFILES): Add lrealpath.c.
(REQUIRED_OFILES): Add lrealpath.o.
(lrealpath.o): Add rule.
* aclocal.m4 (libiberty_NEED_DECLARATION): Add.
* configure.in: Add realpath and canonicalize_file_name to
checkfuncs and AC_CHECK_FUNCS.  Use libiberty_NEED_DECLARATION
for canonicalize_file_name.
* lrealpath.c: New file.
* make-relative-prefix.c: Update documentation.
(make_relative_prefix): Simplify.  Use lbasename and lrealpath.
* config.in: Regenerated.
* configure: Regenerated.
* functions.texi: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63186 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/aclocal.m4
libiberty/config.in
libiberty/configure
libiberty/configure.in
libiberty/functions.texi
libiberty/lrealpath.c [new file with mode: 0644]
libiberty/make-relative-prefix.c