* Makefile.in (CFILES): Add lrealpath.c.
commit274e8394a816aa0567bc9a27c377b378366d1ce4
authorDaniel Jacobowitz <dan@debian.org>
Thu, 20 Feb 2003 22:14:18 +0000 (20 22:14 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Thu, 20 Feb 2003 22:14:18 +0000 (20 22:14 +0000)
tree101255b4b59539d0892b9f76b0fced416fb93b8f
parenta25e95beec5e5bbf8b104041de04637c7dd5e5b9
* 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.
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