From 4876b2b427de2df3c92aee16b7fbd7348022026f Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 20 Feb 2003 22:11:13 +0000 Subject: 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/config.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'libiberty/config.in') diff --git a/libiberty/config.in b/libiberty/config.in index 43adcfd..738f075 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define to empty if the keyword does not work. */ #undef const @@ -63,6 +63,9 @@ /* Define if you have the calloc function. */ #undef HAVE_CALLOC +/* Define if you have the canonicalize_file_name function. */ +#undef HAVE_CANONICALIZE_FILE_NAME + /* Define if you have the clock function. */ #undef HAVE_CLOCK @@ -117,6 +120,9 @@ /* Define if you have the random function. */ #undef HAVE_RANDOM +/* Define if you have the realpath function. */ +#undef HAVE_REALPATH + /* Define if you have the rename function. */ #undef HAVE_RENAME @@ -258,3 +264,6 @@ STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION +/* Define if canonicalize_file_name is not declared in system header files. */ +#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME + -- cgit v1.1