9839978095
This patch is to import canonicalize-lgpl module, which provides readlpath and canonicalize_file_name. gdb: 2014-11-28 Yao Qi <yao@codesourcery.com> * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add canonicalize-lgpl. * aclocal.m4: Re-generated. * config.in: Re-generated. * configure: Re-generated. * import/Makefile.am: Re-generated. * import/Makefile.in: Re-generated. * import/m4/gnulib-cache.m4: Re-generated. * import/m4/gnulib-comp.m4: Re-generated. * import/canonicalize-lgpl.c: New file. * import/extra/snippet/_Noreturn.h: New file. * import/m4/canonicalize.m4: New file. * import/m4/double-slash-root.m4: New file. * import/m4/eealloc.m4: New file. * import/m4/malloca.m4: New file. * import/m4/nocrash.m4: New file. * import/m4/stdlib_h.m4: New file. * import/malloca.c: New file. * import/malloca.h: New file. * import/malloca.valgrind: New file.
15 lines
577 B
Text
15 lines
577 B
Text
# malloca.m4 serial 1
|
|
dnl Copyright (C) 2003-2004, 2006-2007, 2009-2012 Free Software Foundation,
|
|
dnl Inc.
|
|
dnl This file is free software; the Free Software Foundation
|
|
dnl gives unlimited permission to copy and/or distribute it,
|
|
dnl with or without modifications, as long as this notice is preserved.
|
|
|
|
AC_DEFUN([gl_MALLOCA],
|
|
[
|
|
dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables
|
|
dnl @ALLOCA@ and @LTALLOCA@.
|
|
dnl gl_FUNC_ALLOCA dnl Already brought in by the module dependencies.
|
|
AC_REQUIRE([gl_EEMALLOC])
|
|
AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
|
|
])
|