Lines Matching full:version
19 You have another version of autoconf. It may work, but is not guaranteed to.
31 dnl the Free Software Foundation; either version 2 of the License, or
32 dnl (at your option) any later version.
50 dnl PKG_PREREQ(MIN-VERSION)
54 dnl Verify that the version of the pkg-config macros are at least
55 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
56 dnl installed version of pkg-config, this checks the developer's version
63 dnl See the "Since" comment for each macro you use to see what version
68 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
71 dnl PKG_PROG_PKG_CONFIG([MIN-VERSION])
76 dnl first found in the path. Checks that the version of pkg-config found
77 dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is
78 dnl used since that's the first version where most current features of
93 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
94 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
145 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
305 # AM_AUTOMAKE_VERSION(VERSION)
313 dnl require some minimum version. Point them to the right macro.
318 # _AM_AUTOCONF_VERSION(VERSION)
320 # aclocal traces this macro to find the Autoconf version.
762 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
765 # The call with PACKAGE and VERSION arguments is the old style
767 # and VERSION should now be passed to AC_INIT and removed from
792 if (cygpath --version) >/dev/null 2>/dev/null; then
807 AC_SUBST([VERSION], [$2])], subst
813 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
815 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl subst
819 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl definition
871 # POSIX will say in a future version that running "rm -f" with no argument
1433 AM_RUN_LOG([$_am_tar --version]) && break
1442 (tar --version) >/dev/null 2>&1 && continue