Eric Blake wrote: > But yes, it is sufficient to use the > lighter-weight AC_C_INLINE, rather than the full-blown 'inline' module. > Thanks for catching that.
This overkill also occurs in a number of other places. I'm applying the first patch below. Jim, is the second patch (at the end) below also OK to apply? 2009-12-31 Bruno Haible <br...@clisp.org> Use AC_C_INLINE instead of module 'inline' where possible. * modules/inline (Description): Clarify purpose. * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE. * modules/count-one-bits (Depends-on): Remove inline. * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE instead of depending on module 'inline'. * modules/filevercmp (Depends-on, configure.ac): Likewise. * modules/unicase/cased (Depends-on, configure.ac): Likewise. * modules/unicase/ignorable (Depends-on, configure.ac): Likewise. * modules/unictype/category-of (Depends-on, configure.ac): Likewise. * modules/unictype/category-test (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise. * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise. * modules/unictype/property-alphabetic (Depends-on, configure.ac): Likewise. * modules/unictype/property-ascii-hex-digit (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-arabic-digit (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-arabic-right-to-left (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-block-separator (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-boundary-neutral (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-common-separator (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-control (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-embedding-or-override (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-eur-num-separator (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-eur-num-terminator (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-european-digit (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-left-to-right (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-non-spacing-mark (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-other-neutral (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-pdf (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-segment-separator (Depends-on, configure.ac): Likewise. * modules/unictype/property-bidi-whitespace (Depends-on, configure.ac): Likewise. * modules/unictype/property-combining (Depends-on, configure.ac): Likewise. * modules/unictype/property-composite (Depends-on, configure.ac): Likewise. * modules/unictype/property-currency-symbol (Depends-on, configure.ac): Likewise. * modules/unictype/property-dash (Depends-on, configure.ac): Likewise. * modules/unictype/property-decimal-digit (Depends-on, configure.ac): Likewise. * modules/unictype/property-default-ignorable-code-point (Depends-on, configure.ac): Likewise. * modules/unictype/property-deprecated (Depends-on, configure.ac): Likewise. * modules/unictype/property-diacritic (Depends-on, configure.ac): Likewise. * modules/unictype/property-extender (Depends-on, configure.ac): Likewise. * modules/unictype/property-format-control (Depends-on, configure.ac): Likewise. * modules/unictype/property-grapheme-base (Depends-on, configure.ac): Likewise. * modules/unictype/property-grapheme-extend (Depends-on, configure.ac): Likewise. * modules/unictype/property-grapheme-link (Depends-on, configure.ac): Likewise. * modules/unictype/property-hex-digit (Depends-on, configure.ac): Likewise. * modules/unictype/property-hyphen (Depends-on, configure.ac): Likewise. * modules/unictype/property-id-continue (Depends-on, configure.ac): Likewise. * modules/unictype/property-id-start (Depends-on, configure.ac): Likewise. * modules/unictype/property-ideographic (Depends-on, configure.ac): Likewise. * modules/unictype/property-ids-binary-operator (Depends-on, configure.ac): Likewise. * modules/unictype/property-ids-trinary-operator (Depends-on, configure.ac): Likewise. * modules/unictype/property-ignorable-control (Depends-on, configure.ac): Likewise. * modules/unictype/property-iso-control (Depends-on, configure.ac): Likewise. * modules/unictype/property-join-control (Depends-on, configure.ac): Likewise. * modules/unictype/property-left-of-pair (Depends-on, configure.ac): Likewise. * modules/unictype/property-line-separator (Depends-on, configure.ac): Likewise. * modules/unictype/property-logical-order-exception (Depends-on, configure.ac): Likewise. * modules/unictype/property-lowercase (Depends-on, configure.ac): Likewise. * modules/unictype/property-math (Depends-on, configure.ac): Likewise. * modules/unictype/property-non-break (Depends-on, configure.ac): Likewise. * modules/unictype/property-not-a-character (Depends-on, configure.ac): Likewise. * modules/unictype/property-numeric (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-alphabetic (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-default-ignorable-code-point (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-grapheme-extend (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-id-continue (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-id-start (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-lowercase (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-math (Depends-on, configure.ac): Likewise. * modules/unictype/property-other-uppercase (Depends-on, configure.ac): Likewise. * modules/unictype/property-paired-punctuation (Depends-on, configure.ac): Likewise. * modules/unictype/property-paragraph-separator (Depends-on, configure.ac): Likewise. * modules/unictype/property-pattern-syntax (Depends-on, configure.ac): Likewise. * modules/unictype/property-pattern-white-space (Depends-on, configure.ac): Likewise. * modules/unictype/property-private-use (Depends-on, configure.ac): Likewise. * modules/unictype/property-punctuation (Depends-on, configure.ac): Likewise. * modules/unictype/property-quotation-mark (Depends-on, configure.ac): Likewise. * modules/unictype/property-radical (Depends-on, configure.ac): Likewise. * modules/unictype/property-sentence-terminal (Depends-on, configure.ac): Likewise. * modules/unictype/property-soft-dotted (Depends-on, configure.ac): Likewise. * modules/unictype/property-space (Depends-on, configure.ac): Likewise. * modules/unictype/property-terminal-punctuation (Depends-on, configure.ac): Likewise. * modules/unictype/property-titlecase (Depends-on, configure.ac): Likewise. * modules/unictype/property-unassigned-code-value (Depends-on, configure.ac): Likewise. * modules/unictype/property-unified-ideograph (Depends-on, configure.ac): Likewise. * modules/unictype/property-uppercase (Depends-on, configure.ac): Likewise. * modules/unictype/property-variation-selector (Depends-on, configure.ac): Likewise. * modules/unictype/property-white-space (Depends-on, configure.ac): Likewise. * modules/unictype/property-xid-continue (Depends-on, configure.ac): Likewise. * modules/unictype/property-xid-start (Depends-on, configure.ac): Likewise. * modules/unictype/property-zero-width (Depends-on, configure.ac): Likewise. * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise. * modules/unictype/syntax-java-ident (Depends-on, configure.ac): Likewise. --- modules/inline.orig Thu Dec 31 15:35:50 2009 +++ modules/inline Thu Dec 31 15:15:25 2009 @@ -1,5 +1,6 @@ Description: -Test for the 'inline' keyword or equivalent. +Test for the 'inline' keyword or equivalent and whether it is actually +effective. Files: m4/inline.m4 --- m4/count-one-bits.m4.orig Thu Dec 31 15:35:50 2009 +++ m4/count-one-bits.m4 Thu Dec 31 15:29:22 2009 @@ -1,4 +1,4 @@ -# count-one-bits.m4 serial 1 +# count-one-bits.m4 serial 2 dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9,4 +9,7 @@ dnl We don't need (and can't compile) count_one_bits_ll dnl unless the type 'unsigned long long int' exists. AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) + + dnl Prerequisites of lib/count-one-bits.h. + AC_REQUIRE([AC_C_INLINE]) ]) --- modules/count-one-bits.orig Thu Dec 31 15:35:50 2009 +++ modules/count-one-bits Thu Dec 31 15:29:27 2009 @@ -6,7 +6,6 @@ m4/count-one-bits.m4 Depends-on: -inline verify configure.ac: --- modules/fdutimensat.orig Thu Dec 31 15:35:50 2009 +++ modules/fdutimensat Thu Dec 31 15:29:57 2009 @@ -7,10 +7,10 @@ Depends-on: futimens -inline utimensat configure.ac: +AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h gl_MODULE_INDICATOR([fdutimensat]) Makefile.am: --- modules/filevercmp.orig Thu Dec 31 15:35:50 2009 +++ modules/filevercmp Thu Dec 31 15:30:30 2009 @@ -7,11 +7,11 @@ Depends-on: c-ctype -inline stdbool string configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += filevercmp.c --- modules/unicase/cased.orig Thu Dec 31 15:35:50 2009 +++ modules/unicase/cased Thu Dec 31 15:27:44 2009 @@ -10,9 +10,9 @@ Depends-on: unitypes stdbool -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unicase/cased.c --- modules/unicase/ignorable.orig Thu Dec 31 15:35:50 2009 +++ modules/unicase/ignorable Thu Dec 31 15:27:46 2009 @@ -10,9 +10,9 @@ Depends-on: unitypes stdbool -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unicase/ignorable.c --- modules/unictype/category-of.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/category-of Thu Dec 31 15:27:46 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base unictype/category-none -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/categ_of.c --- modules/unictype/category-test.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/category-test Thu Dec 31 15:27:47 2009 @@ -7,9 +7,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/categ_test.c --- modules/unictype/ctype-alnum.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-alnum Thu Dec 31 15:27:48 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_alnum.c --- modules/unictype/ctype-alpha.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-alpha Thu Dec 31 15:27:48 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_alpha.c --- modules/unictype/ctype-blank.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-blank Thu Dec 31 15:27:49 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_blank.c --- modules/unictype/ctype-cntrl.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-cntrl Thu Dec 31 15:27:49 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_cntrl.c --- modules/unictype/ctype-digit.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-digit Thu Dec 31 15:27:50 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_digit.c --- modules/unictype/ctype-graph.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-graph Thu Dec 31 15:27:51 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_graph.c --- modules/unictype/ctype-lower.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-lower Thu Dec 31 15:27:51 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_lower.c --- modules/unictype/ctype-print.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-print Thu Dec 31 15:27:52 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_print.c --- modules/unictype/ctype-punct.orig Thu Dec 31 15:35:50 2009 +++ modules/unictype/ctype-punct Thu Dec 31 15:27:53 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_punct.c --- modules/unictype/ctype-space.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/ctype-space Thu Dec 31 15:27:53 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_space.c --- modules/unictype/ctype-upper.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/ctype-upper Thu Dec 31 15:27:54 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_upper.c --- modules/unictype/ctype-xdigit.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/ctype-xdigit Thu Dec 31 15:27:55 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_xdigit.c --- modules/unictype/property-alphabetic.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-alphabetic Thu Dec 31 15:20:52 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_alphabetic.c --- modules/unictype/property-ascii-hex-digit.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-ascii-hex-digit Thu Dec 31 15:21:06 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ascii_hex_digit.c --- modules/unictype/property-bidi-arabic-digit.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-arabic-digit Thu Dec 31 15:21:07 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_arabic_digit.c --- modules/unictype/property-bidi-arabic-right-to-left.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-arabic-right-to-left Thu Dec 31 15:21:08 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_arabic_right_to_left.c --- modules/unictype/property-bidi-block-separator.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-block-separator Thu Dec 31 15:21:08 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_block_separator.c --- modules/unictype/property-bidi-boundary-neutral.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-boundary-neutral Thu Dec 31 15:21:09 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_boundary_neutral.c --- modules/unictype/property-bidi-common-separator.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-common-separator Thu Dec 31 15:21:09 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_common_separator.c --- modules/unictype/property-bidi-control.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-control Thu Dec 31 15:21:10 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_control.c --- modules/unictype/property-bidi-embedding-or-override.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-embedding-or-override Thu Dec 31 15:21:10 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_embedding_or_override.c --- modules/unictype/property-bidi-eur-num-separator.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-eur-num-separator Thu Dec 31 15:21:11 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_eur_num_separator.c --- modules/unictype/property-bidi-eur-num-terminator.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-eur-num-terminator Thu Dec 31 15:21:11 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_eur_num_terminator.c --- modules/unictype/property-bidi-european-digit.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-european-digit Thu Dec 31 15:21:11 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_european_digit.c --- modules/unictype/property-bidi-hebrew-right-to-left.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-hebrew-right-to-left Thu Dec 31 15:21:11 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_hebrew_right_to_left.c --- modules/unictype/property-bidi-left-to-right.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-left-to-right Thu Dec 31 15:21:12 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_left_to_right.c --- modules/unictype/property-bidi-non-spacing-mark.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-non-spacing-mark Thu Dec 31 15:21:12 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_non_spacing_mark.c --- modules/unictype/property-bidi-other-neutral.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-other-neutral Thu Dec 31 15:21:12 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_other_neutral.c --- modules/unictype/property-bidi-pdf.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-pdf Thu Dec 31 15:21:13 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_pdf.c --- modules/unictype/property-bidi-segment-separator.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-segment-separator Thu Dec 31 15:21:13 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_segment_separator.c --- modules/unictype/property-bidi-whitespace.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-bidi-whitespace Thu Dec 31 15:21:13 2009 @@ -9,9 +9,9 @@ Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_whitespace.c --- modules/unictype/property-combining.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-combining Thu Dec 31 15:21:14 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_combining.c --- modules/unictype/property-composite.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-composite Thu Dec 31 15:21:14 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_composite.c --- modules/unictype/property-currency-symbol.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-currency-symbol Thu Dec 31 15:21:15 2009 @@ -10,9 +10,9 @@ unictype/base unictype/category-test unictype/category-Sc -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_currency_symbol.c --- modules/unictype/property-dash.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-dash Thu Dec 31 15:21:15 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_dash.c --- modules/unictype/property-decimal-digit.orig Thu Dec 31 15:35:51 2009 +++ modules/unictype/property-decimal-digit Thu Dec 31 15:21:15 2009 @@ -10,9 +10,9 @@ unictype/base unictype/category-test unictype/category-Nd -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_decimal_digit.c --- modules/unictype/property-default-ignorable-code-point.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-default-ignorable-code-point Thu Dec 31 15:21:16 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_default_ignorable_code_point.c --- modules/unictype/property-deprecated.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-deprecated Thu Dec 31 15:21:16 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_deprecated.c --- modules/unictype/property-diacritic.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-diacritic Thu Dec 31 15:21:16 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_diacritic.c --- modules/unictype/property-extender.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-extender Thu Dec 31 15:21:16 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_extender.c --- modules/unictype/property-format-control.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-format-control Thu Dec 31 15:21:16 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_format_control.c --- modules/unictype/property-grapheme-base.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-grapheme-base Thu Dec 31 15:21:17 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_grapheme_base.c --- modules/unictype/property-grapheme-extend.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-grapheme-extend Thu Dec 31 15:21:17 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_grapheme_extend.c --- modules/unictype/property-grapheme-link.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-grapheme-link Thu Dec 31 15:21:17 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_grapheme_link.c --- modules/unictype/property-hex-digit.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-hex-digit Thu Dec 31 15:21:17 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_hex_digit.c --- modules/unictype/property-hyphen.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-hyphen Thu Dec 31 15:21:17 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_hyphen.c --- modules/unictype/property-id-continue.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-id-continue Thu Dec 31 15:21:18 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_id_continue.c --- modules/unictype/property-id-start.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-id-start Thu Dec 31 15:21:18 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_id_start.c --- modules/unictype/property-ideographic.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-ideographic Thu Dec 31 15:21:18 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ideographic.c --- modules/unictype/property-ids-binary-operator.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-ids-binary-operator Thu Dec 31 15:21:18 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ids_binary_operator.c --- modules/unictype/property-ids-trinary-operator.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-ids-trinary-operator Thu Dec 31 15:21:18 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ids_trinary_operator.c --- modules/unictype/property-ignorable-control.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-ignorable-control Thu Dec 31 15:21:19 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ignorable_control.c --- modules/unictype/property-iso-control.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-iso-control Thu Dec 31 15:21:19 2009 @@ -10,9 +10,9 @@ unictype/base unictype/category-test unictype/category-Cc -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_iso_control.c --- modules/unictype/property-join-control.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-join-control Thu Dec 31 15:21:20 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_join_control.c --- modules/unictype/property-left-of-pair.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-left-of-pair Thu Dec 31 15:21:20 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_left_of_pair.c --- modules/unictype/property-line-separator.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-line-separator Thu Dec 31 15:21:21 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_line_separator.c --- modules/unictype/property-logical-order-exception.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-logical-order-exception Thu Dec 31 15:21:21 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_logical_order_exception.c --- modules/unictype/property-lowercase.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-lowercase Thu Dec 31 15:21:21 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_lowercase.c --- modules/unictype/property-math.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-math Thu Dec 31 15:21:21 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_math.c --- modules/unictype/property-non-break.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-non-break Thu Dec 31 15:21:22 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_non_break.c --- modules/unictype/property-not-a-character.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-not-a-character Thu Dec 31 15:21:22 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_not_a_character.c --- modules/unictype/property-numeric.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-numeric Thu Dec 31 15:21:22 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_numeric.c --- modules/unictype/property-other-alphabetic.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-alphabetic Thu Dec 31 15:21:23 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_alphabetic.c --- modules/unictype/property-other-default-ignorable-code-point.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-default-ignorable-code-point Thu Dec 31 15:21:23 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_default_ignorable_code_point.c --- modules/unictype/property-other-grapheme-extend.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-grapheme-extend Thu Dec 31 15:21:23 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_grapheme_extend.c --- modules/unictype/property-other-id-continue.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-id-continue Thu Dec 31 15:21:24 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_id_continue.c --- modules/unictype/property-other-id-start.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-id-start Thu Dec 31 15:21:24 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_id_start.c --- modules/unictype/property-other-lowercase.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-lowercase Thu Dec 31 15:21:25 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_lowercase.c --- modules/unictype/property-other-math.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-math Thu Dec 31 15:21:25 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_math.c --- modules/unictype/property-other-uppercase.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-other-uppercase Thu Dec 31 15:21:25 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_uppercase.c --- modules/unictype/property-paired-punctuation.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-paired-punctuation Thu Dec 31 15:21:26 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_paired_punctuation.c --- modules/unictype/property-paragraph-separator.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-paragraph-separator Thu Dec 31 15:21:26 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_paragraph_separator.c --- modules/unictype/property-pattern-syntax.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-pattern-syntax Thu Dec 31 15:21:26 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_pattern_syntax.c --- modules/unictype/property-pattern-white-space.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-pattern-white-space Thu Dec 31 15:21:27 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_pattern_white_space.c --- modules/unictype/property-private-use.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-private-use Thu Dec 31 15:21:27 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_private_use.c --- modules/unictype/property-punctuation.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-punctuation Thu Dec 31 15:21:27 2009 @@ -10,9 +10,9 @@ unictype/base unictype/category-test unictype/category-P -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_punctuation.c --- modules/unictype/property-quotation-mark.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-quotation-mark Thu Dec 31 15:21:27 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_quotation_mark.c --- modules/unictype/property-radical.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-radical Thu Dec 31 15:21:28 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_radical.c --- modules/unictype/property-sentence-terminal.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-sentence-terminal Thu Dec 31 15:21:28 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_sentence_terminal.c --- modules/unictype/property-soft-dotted.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-soft-dotted Thu Dec 31 15:21:28 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_soft_dotted.c --- modules/unictype/property-space.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-space Thu Dec 31 15:21:29 2009 @@ -10,9 +10,9 @@ unictype/base unictype/category-test unictype/category-Zs -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_space.c --- modules/unictype/property-terminal-punctuation.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-terminal-punctuation Thu Dec 31 15:21:29 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_terminal_punctuation.c --- modules/unictype/property-titlecase.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-titlecase Thu Dec 31 15:21:31 2009 @@ -10,9 +10,9 @@ unictype/base unictype/category-test unictype/category-Lt -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_titlecase.c --- modules/unictype/property-unassigned-code-value.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-unassigned-code-value Thu Dec 31 15:21:31 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_unassigned_code_value.c --- modules/unictype/property-unified-ideograph.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-unified-ideograph Thu Dec 31 15:21:32 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_unified_ideograph.c --- modules/unictype/property-uppercase.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-uppercase Thu Dec 31 15:21:33 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_uppercase.c --- modules/unictype/property-variation-selector.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-variation-selector Thu Dec 31 15:21:33 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_variation_selector.c --- modules/unictype/property-white-space.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-white-space Thu Dec 31 15:21:34 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_white_space.c --- modules/unictype/property-xid-continue.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-xid-continue Thu Dec 31 15:21:35 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_xid_continue.c --- modules/unictype/property-xid-start.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-xid-start Thu Dec 31 15:21:35 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_xid_start.c --- modules/unictype/property-zero-width.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/property-zero-width Thu Dec 31 15:26:17 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_zero_width.c --- modules/unictype/syntax-c-ident.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/syntax-c-ident Thu Dec 31 15:26:51 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/sy_c_ident.c --- modules/unictype/syntax-java-ident.orig Thu Dec 31 15:35:52 2009 +++ modules/unictype/syntax-java-ident Thu Dec 31 15:26:46 2009 @@ -8,9 +8,9 @@ Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/sy_java_ident.c 2009-12-31 Bruno Haible <br...@clisp.org> Use AC_C_INLINE instead of module 'inline' where possible. * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE. * modules/openat (Depends-on): Remove inline. --- m4/openat.m4.orig Thu Dec 31 15:48:03 2009 +++ m4/openat.m4 Thu Dec 31 15:33:02 2009 @@ -1,4 +1,4 @@ -# serial 26 +# serial 27 # See if we need to use our replacement for Solaris' openat et al functions. dnl Copyright (C) 2004-2009 Free Software Foundation, Inc. @@ -118,6 +118,7 @@ AC_DEFUN([gl_PREREQ_OPENAT], [ + AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T]) : ]) --- modules/openat.orig Thu Dec 31 15:48:03 2009 +++ modules/openat Thu Dec 31 15:30:51 2009 @@ -23,7 +23,6 @@ fcntl-h fdopendir gettext-h -inline intprops lchown lstat