Lines Matching +refs:autoconf +refs:mode +refs:map
18 [m4_warning([this file was generated for autoconf 2.71.
19 You have another version of autoconf. It may work, but is not guaranteed to.
221 # we should not choose a depcomp mode which is confused by this.
236 # mode. It turns out that the SunPro C++ compiler does not properly
243 # This depmode causes a compiler race in universal mode.
422 # call (pre autoconf-2.50), which is being phased out. PACKAGE
485 AM_MISSING_PROG([AUTOCONF], [autoconf])
676 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
698 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
699 AC_ARG_ENABLE([maintainer-mode],
700 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1203 # map returns an iterator in Python 3.0 and a list in 2.x
1204 minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]