comparison configure.ac @ 18066:9f6c9f3f1b62

Use gnulib version of canonicalize_file_name across all systems. * configure.ac: Remove check for canonicalize_file_name since it is guaranteed to be supplied by gnulib. * file-ops.cc (octave_canonicalize_file_name): Simplify function by eliminating #ifdef tree and just using gnulib version of function.
author Rik <rik@octave.org>
date Tue, 03 Dec 2013 13:45:46 -0800
parents e6c17e9bc600
children 23f680301f65
comparison
equal deleted inserted replaced
18065:5cc67f929d06 18066:9f6c9f3f1b62
2150 ### Checks for functions and variables. 2150 ### Checks for functions and variables.
2151 2151
2152 dnl These checks define/undefine HAVE_FUNCNAME in config.h. 2152 dnl These checks define/undefine HAVE_FUNCNAME in config.h.
2153 dnl Code tests HAVE_FUNCNAME and either uses function or provides workaround. 2153 dnl Code tests HAVE_FUNCNAME and either uses function or provides workaround.
2154 dnl Use multiple AC_CHECKs to avoid line continuations '\' in list 2154 dnl Use multiple AC_CHECKs to avoid line continuations '\' in list
2155 AC_CHECK_FUNCS([canonicalize_file_name ctermid dup2]) 2155 AC_CHECK_FUNCS([ctermid dup2])
2156 AC_CHECK_FUNCS([endgrent endpwent execvp expm1 expm1f fork]) 2156 AC_CHECK_FUNCS([endgrent endpwent execvp expm1 expm1f fork])
2157 AC_CHECK_FUNCS([getegid geteuid getgid getgrent getgrgid getgrnam]) 2157 AC_CHECK_FUNCS([getegid geteuid getgid getgrent getgrgid getgrnam])
2158 AC_CHECK_FUNCS([getpgrp getpid getppid getpwent getpwuid getuid]) 2158 AC_CHECK_FUNCS([getpgrp getpid getppid getpwent getpwuid getuid])
2159 AC_CHECK_FUNCS([isascii kill]) 2159 AC_CHECK_FUNCS([isascii kill])
2160 AC_CHECK_FUNCS([lgamma lgammaf lgamma_r lgammaf_r]) 2160 AC_CHECK_FUNCS([lgamma lgammaf lgamma_r lgammaf_r])