]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/configure.ac
Makefile.in (CFILES): Add lrealpath.c.
authorDaniel Jacobowitz <drow@mvista.com>
Thu, 20 Feb 2003 22:11:13 +0000 (22:11 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Thu, 20 Feb 2003 22:11:13 +0000 (22:11 +0000)
commit4876b2b427de2df3c92aee16b7fbd7348022026f
treee345914b98acba3281c7933fd21ce8beecd43bb6
parent378ca31ee55f94be3bed464c205b09e0e64a9a52
Makefile.in (CFILES): Add lrealpath.c.

* 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.

From-SVN: r63186
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