OSDN Git Service

* Makefile.in (CFILES): Add lrealpath.c.
authordrow <drow>
Thu, 20 Feb 2003 22:13:49 +0000 (22:13 +0000)
committerdrow <drow>
Thu, 20 Feb 2003 22:13:49 +0000 (22:13 +0000)
commite7e348ee59f99cd347a1ea9415767d46f2a15341
tree2a103313025454cd42d871189b1ccae188ed717c
parentb9572f5fe10766e3fcadb15a4bb015a4295d6522
* 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/lrealpath.c [new file with mode: 0644]