freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] [unix] Updates for autoconf 2.71.


From: Werner Lemberg
Subject: [Git][freetype/freetype][master] [unix] Updates for autoconf 2.71.
Date: Wed, 17 Feb 2021 20:10:52 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

3 changed files:

Changes:

  • ChangeLog
    1
    +2021-02-17  Werner Lemberg  <wl@gnu.org>
    
    2
    +
    
    3
    +	[unix] Updates for autoconf 2.71.
    
    4
    +
    
    5
    +	This fixes warnings reported by autoupdate.
    
    6
    +
    
    7
    +	* builds/unix/ax_pthread.m4: Replace `as_echo` with `AS_ECHO`.
    
    8
    +
    
    9
    +	* builds/unix/configure.raw: Remove obsolete `AC_HEADER_STDC`.
    
    10
    +	Don't escape back quotes in messages for `AC_MSG_WARN`.
    
    11
    +
    
    1 12
     2021-02-16  Werner Lemberg  <wl@gnu.org>
    
    2 13
     
    
    3 14
     	* builds/toplevel.mk: Fix previous commit.
    

  • builds/unix/ax_pthread.m4
    ... ... @@ -386,7 +386,7 @@ if test "x$ax_pthread_clang" = "xyes"; then
    386 386
                  # step
    
    387 387
                  ax_pthread_save_ac_link="$ac_link"
    
    388 388
                  ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
    
    389
    -             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
    
    389
    +             ax_pthread_link_step=`AS_ECHO(["$ac_link"]) | sed "$ax_pthread_sed"`
    
    390 390
                  ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
    
    391 391
                  ax_pthread_save_CFLAGS="$CFLAGS"
    
    392 392
                  for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
    

  • builds/unix/configure.raw
    ... ... @@ -97,7 +97,6 @@ esac
    97 97
     
    
    98 98
     # checks for header files
    
    99 99
     
    
    100
    -AC_HEADER_STDC
    
    101 100
     AC_CHECK_HEADERS([fcntl.h unistd.h])
    
    102 101
     
    
    103 102
     
    
    ... ... @@ -1022,7 +1021,7 @@ if test "x$PYTHON" != "xmissing"; then
    1022 1021
     
    
    1023 1022
       if test "x$have_py3" = "xyes"; then
    
    1024 1023
         PIP="$PYTHON -m $PIP"
    
    1025
    -    AC_MSG_CHECKING([for \`docwriter' Python module])
    
    1024
    +    AC_MSG_CHECKING([for `docwriter' Python module])
    
    1026 1025
         $PYTHON -m docwriter -h > /dev/null 2>&1
    
    1027 1026
         if test "x$?" = "x0"; then
    
    1028 1027
           have_docwriter=yes
    
    ... ... @@ -1186,10 +1185,10 @@ Library configuration:
    1186 1185
     
    
    1187 1186
     if test $have_docwriter = no; then
    
    1188 1187
       AC_MSG_WARN([
    
    1189
    -  \`make refdoc' will fail since pip package \`docwriter' is not installed.
    
    1190
    -  To install, run \`$PIP install docwriter', or to use a Python
    
    1191
    -  virtual environment, run \`make refdoc-venv' (requires pip package
    
    1192
    -  \`virtualenv'). These operations require Python >= 3.5.
    
    1188
    +  `make refdoc' will fail since pip package `docwriter' is not installed.
    
    1189
    +  To install, run `$PIP install docwriter', or to use a Python
    
    1190
    +  virtual environment, run `make refdoc-venv' (requires pip package
    
    1191
    +  `virtualenv').  These operations require Python >= 3.5.
    
    1193 1192
       ])
    
    1194 1193
     fi
    
    1195 1194
     
    
    ... ... @@ -1197,7 +1196,7 @@ fi
    1197 1196
     
    
    1198 1197
     if test $have_pthread = no; then
    
    1199 1198
       AC_MSG_WARN([
    
    1200
    -  \`FT_DEBUG_LOGGING' will not work since the \`pthread' library is not
    
    1199
    +  `FT_DEBUG_LOGGING' will not work since the `pthread' library is not
    
    1201 1200
       available.  This warning can be safely ignored if you don't plan to use
    
    1202 1201
       this configuration macro.
    
    1203 1202
       ])
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]