Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-2659

update pthread and python autoconf macros

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.23.0
    • None
    • None

    Description

      Autoconf is complaining at bootstrap time:

      [vagrant@centos-7 mesos.git]$ ./bootstrap
      autoreconf: Entering directory `.'
      autoreconf: configure.ac: not using Gettext
      autoreconf: running: aclocal --warnings=all -I m4
      autoreconf: configure.ac: tracing
      configure.ac:479: warning: cannot check for file existence when cross compiling
      ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
      configure.ac:479: the top level
      configure.ac:631: warning: The macro `AC_LANG_SAVE' is obsolete.
      configure.ac:631: You should run autoupdate.
      ../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from...
      m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
      configure.ac:631: the top level
      configure.ac:631: warning: The macro `AC_LANG_C' is obsolete.
      configure.ac:631: You should run autoupdate.
      ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
      m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
      configure.ac:631: the top level
      configure.ac:631: warning: The macro `AC_TRY_LINK' is obsolete.
      configure.ac:631: You should run autoupdate.
      ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
      m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
      configure.ac:631: the top level
      configure.ac:631: warning: The macro `AC_LANG_RESTORE' is obsolete.
      configure.ac:631: You should run autoupdate.
      ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
      m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
      configure.ac:631: the top level
      configure.ac:1117: warning: The macro `AC_PYTHON_DEVEL' is obsolete.
      configure.ac:1117: You should run autoupdate.
      

      ACX_PTHREAD can be updates to AX_PTHREAD and AC_PYTHON_DEVEL can be updated to AX_PYTHON_DEVEL.

      Is the project OK with taking https://www.gnu.org/software/autoconf-archive/ax_python_devel.html#ax_python_devel and https://www.gnu.org/software/autoconf-archive/ax_pthread.html#ax_pthread?

      Attachments

        Activity

          People

            jamespeach James Peach
            jamespeach James Peach
            Benjamin Hindman Benjamin Hindman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: