all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 3c07bdc669426d27d71f499a4fa292bf8083c4c1 554 bytes (raw)
name: m4/stdbit_h.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
 
# stdbit_h.m4
# serial 1
dnl Copyright 2024 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.

dnl A placeholder for <stdbit.h>, for platforms that have issues.

AC_DEFUN_ONCE([gl_STDBIT_H],
[
  AC_REQUIRE([gl_BIGENDIAN])
  AC_CHECK_HEADERS_ONCE([stdbit.h])
  if test $ac_cv_header_stdbit_h = yes; then
    GL_GENERATE_STDBIT_H=false
  else
    GL_GENERATE_STDBIT_H=true
  fi
])

debug log:

solving 3c07bdc6694 ...
found 3c07bdc6694 in https://yhetil.org/emacs/d4343052-d2f4-4615-8a1a-aac76c405fde@cs.ucla.edu/

applying [1/1] https://yhetil.org/emacs/d4343052-d2f4-4615-8a1a-aac76c405fde@cs.ucla.edu/
diff --git a/m4/stdbit_h.m4 b/m4/stdbit_h.m4
new file mode 100644
index 00000000000..3c07bdc6694

Checking patch m4/stdbit_h.m4...
Applied patch m4/stdbit_h.m4 cleanly.

index at:
100644 3c07bdc669426d27d71f499a4fa292bf8083c4c1	m4/stdbit_h.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.