all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 517f398e417662588800e5293ee45321c2e1dc43 615 bytes (raw)
name: m4/localeconv.m4 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
# localeconv.m4 serial 1
dnl Copyright (C) 2012-2018 Free Software Foundation, 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_FUNC_LOCALECONV],
[
  AC_REQUIRE([gl_LOCALE_H_DEFAULTS])
  AC_REQUIRE([gl_LOCALE_H])

  if test $REPLACE_STRUCT_LCONV = 1; then
    REPLACE_LOCALECONV=1
  fi
])

# Prerequisites of lib/localeconv.c.
AC_DEFUN([gl_PREREQ_LOCALECONV],
[
  AC_CHECK_MEMBERS([struct lconv.decimal_point], [], [],
    [[#include <locale.h>]])
])

debug log:

solving 517f398e41 ...
found 517f398e41 in https://yhetil.org/emacs/20180717234729.15507-1-eggert@cs.ucla.edu/

applying [1/1] https://yhetil.org/emacs/20180717234729.15507-1-eggert@cs.ucla.edu/
diff --git a/m4/localeconv.m4 b/m4/localeconv.m4
new file mode 100644
index 0000000000..517f398e41

Checking patch m4/localeconv.m4...
Applied patch m4/localeconv.m4 cleanly.

index at:
100644 517f398e417662588800e5293ee45321c2e1dc43	m4/localeconv.m4

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.