✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium134.web-hosting.com ​🇻​♯➤ 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 162.0.232.104 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.120
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/aclocal//mysql.m4
# Copyright (C) 2007 MySQL AB
# Use is subject to license terms
# 
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1335  USA

AC_DEFUN([_MYSQL_CONFIG],[
  AC_ARG_WITH([mysql-config],
  AS_HELP_STRING([--with-mysql-config=PATH], [A path to mysql_config script]),
                 [mysql_config="$withval"], [mysql_config=mysql_config])
])

dnl
dnl Usage:
dnl
dnl  MYSQL_CLIENT([version], [client|thread-safe|embedded])
dnl
dnl Two optional arguments:
dnl   first: The minimal version of the MySQL to use
dnl           if not specified, any version will be accepted.
dnl           The version should be specified as three numbers,
dnl           without suffixes. E.g. 4.10.15 or 5.0.3
dnl   second: force the specified library flavor to be selected,
dnl           if not specified, a user will be able to choose
dnl           between client (non-thread-safe) and embedded
dnl
dnl On successful execution sets MYSQL_CLIENT_CFLAGS and
dnl MYSQL_CLIENT_LIBS shell variables and makes substitutions
dnl out of them (calls AC_SUBST)
dnl

AC_DEFUN([MYSQL_CLIENT],[
  AC_REQUIRE([_MYSQL_CONFIG])
  AC_MSG_CHECKING([for MySQL])
  ifelse([$2], [client],
               [mysql_libs=--libs mysql_cflags=--cflags],
         [$2], [thread-safe],
               [mysql_libs=--libs_r mysql_cflags=--cflags],
         [$2], [embedded],
               [mysql_libs=--libmysqld-libs mysql_cflags=--cflags],
         [$2], [], [
    AC_ARG_WITH([mysql-library],
    AS_HELP_STRING([--with-mysql-library], ['client' or 'embedded']),
                   [mysql_lib="$withval"], [mysql_lib=client])
[                   
    case "$mysql_lib" in
      client) mysql_libs=--libs mysql_cflags=--cflags ;;
      embedded) mysql_libs=--libmysqld-libs mysql_cflags=--cflags ;;
      *) ]AC_MSG_ERROR([Bad value for --with-mysql-library])[
    esac
]
                   ],
          [AC_FATAL([Bad second (library flavor) argument to MYSQL_CLIENT])])
[
    mysql_version=`$mysql_config --version`
    if test -z "$mysql_version" ; then
      ]AC_MSG_ERROR([Cannot execute $mysql_config])[
    fi
]
    ifelse([$1], [], [], [
      ifelse(regexp([$1], [^[0-9][0-9]?\.[0-9][0-9]?\.[0-9][0-9]?$]), -1,
      [AC_FATAL([Bad first (version) argument to MYSQL_CLIENT])], [
dnl
dnl Transformation below works as follows:
dnl   assume, we have a number 1.2.3-beta
dnl   *a* line removes the suffix and adds first and last dot to the version:
dnl             .1.2.3.
dnl   *b* line adds a 0 to a "single digit surrounded by dots"
dnl             .01.2.03.
dnl       note that the pattern that matched .1. has eaten the dot for .2.
dnl       and 2 still has no 0
dnl   *c* we repeat the same replacement as in *b*, matching .2. this time
dnl             .01.02.03.
dnl   the last replacement removes all dots
dnl             010203
dnl   giving us a number we can compare with
dnl
    mysql_ver=`echo ${mysql_version}|dnl
      sed 's/[[-a-z]].*//; s/.*/.&./;dnl   *a*
           s/\.\([[0-9]]\)\./.0\1./g;dnl   *b*
           s/\.\([[0-9]]\)\./.0\1./g;dnl   *c*
           s/\.//g'`
    if test "$mysql_ver" -lt]dnl
dnl the same as sed transformation above, without suffix-stripping, in m4
    patsubst(patsubst(patsubst(.[$1]., [\.\([0-9]\)\.], [.0\1.]), [\.\([0-9]\)\.], [.0\1.]), [\.], [])[ ; then
      AC_MSG_ERROR([MySQL version $mysql_version is too low, minimum of $1 is required])
    fi
    ])])

    MYSQL_CLIENT_CFLAGS=`$mysql_config $mysql_cflags`
    MYSQL_CLIENT_LIBS=`$mysql_config $mysql_libs`
    AC_SUBST(MYSQL_CLIENT_CFLAGS)
    AC_SUBST(MYSQL_CLIENT_LIBS)

    # should we try to build a test program ?

    AC_MSG_RESULT([$mysql_version])
])



Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
8 Jun 2026 8.23 PM
root / root
0755
bison-i18n.m4
1.879 KB
12 Oct 2019 12.28 PM
root / root
0644
codeset.m4
0.822 KB
20 Mar 2016 7.37 AM
root / root
0644
dovecot-pigeonhole.m4
1.851 KB
3 Feb 2026 7.40 PM
root / root
0644
extern-inline.m4
4.266 KB
28 May 2016 12.29 AM
root / root
0644
fcntl-o.m4
4.559 KB
20 Mar 2016 7.37 AM
root / root
0644
fontutil.m4
13.828 KB
9 Oct 2021 11.41 PM
root / root
0644
freetype2.m4
6.185 KB
22 Apr 2018 9.41 AM
root / root
0644
gettext.m4
15.487 KB
28 May 2016 12.29 AM
root / root
0644
glibc2.m4
0.811 KB
20 Mar 2016 7.37 AM
root / root
0644
glibc21.m4
0.886 KB
20 Mar 2016 7.37 AM
root / root
0644
gpg-error.m4
4.646 KB
12 Oct 2019 12.20 PM
root / root
0644
gpgrt.m4
4.606 KB
12 Oct 2019 12.20 PM
root / root
0644
iconv.m4
9.057 KB
20 Mar 2016 7.37 AM
root / root
0644
intdiv0.m4
2.354 KB
28 May 2016 12.29 AM
root / root
0644
intl.m4
11.836 KB
20 Mar 2016 7.37 AM
root / root
0644
intldir.m4
0.896 KB
20 Mar 2016 7.37 AM
root / root
0644
intlmacosx.m4
2.474 KB
20 Mar 2016 7.37 AM
root / root
0644
intmax.m4
1.097 KB
20 Mar 2016 7.37 AM
root / root
0644
inttypes-pri.m4
1.224 KB
20 Mar 2016 7.37 AM
root / root
0644
inttypes_h.m4
0.996 KB
20 Mar 2016 7.37 AM
root / root
0644
lcmessage.m4
1.333 KB
20 Mar 2016 7.37 AM
root / root
0644
lib-ld.m4
3.597 KB
11 Jun 2016 12.59 PM
root / root
0644
lib-link.m4
32.284 KB
11 Jun 2016 12.59 PM
root / root
0644
lib-prefix.m4
8.268 KB
11 Jun 2016 12.59 PM
root / root
0644
libcurl.m4
10.905 KB
2 Dec 2017 11.33 PM
root / root
0644
libgcrypt.m4
6.091 KB
28 Jun 2022 11.54 AM
root / root
0644
libtool.m4
298.693 KB
11 Oct 2019 2.55 PM
root / root
0644
libxml.m4
7.696 KB
23 Jul 2017 5.10 AM
root / root
0644
libxslt.m4
7.929 KB
12 May 2009 6.29 AM
root / root
0644
lock.m4
1.429 KB
20 Mar 2016 7.37 AM
root / root
0644
longlong.m4
4.628 KB
20 Mar 2016 7.37 AM
root / root
0644
ltargz.m4
2.509 KB
11 Oct 2019 2.55 PM
root / root
0644
ltdl.m4
29.326 KB
11 Oct 2019 2.55 PM
root / root
0644
ltoptions.m4
14.174 KB
11 Oct 2019 2.55 PM
root / root
0644
ltsugar.m4
4.281 KB
11 Oct 2019 2.55 PM
root / root
0644
ltversion.m4
0.683 KB
11 Oct 2019 2.55 PM
root / root
0644
lt~obsolete.m4
5.996 KB
11 Oct 2019 2.55 PM
root / root
0644
mysql.m4
4.122 KB
11 Feb 2026 1.04 AM
root / root
0644
nls.m4
1.194 KB
20 Mar 2016 7.37 AM
root / root
0644
pkg.m4
12.373 KB
24 Mar 2017 5.16 AM
root / root
0644
po.m4
18.524 KB
20 Mar 2016 7.37 AM
root / root
0644
printf-posix.m4
1.542 KB
20 Mar 2016 7.37 AM
root / root
0644
progtest.m4
3.02 KB
20 Mar 2016 7.37 AM
root / root
0644
size_max.m4
2.992 KB
20 Mar 2016 7.37 AM
root / root
0644
stdint_h.m4
0.972 KB
20 Mar 2016 7.37 AM
root / root
0644
threadlib.m4
14.796 KB
20 Mar 2016 7.37 AM
root / root
0644
uintmax_t.m4
1.087 KB
20 Mar 2016 7.37 AM
root / root
0644
visibility.m4
3.272 KB
20 Mar 2016 7.37 AM
root / root
0644
wchar_t.m4
0.799 KB
20 Mar 2016 7.37 AM
root / root
0644
wint_t.m4
1.028 KB
20 Mar 2016 7.37 AM
root / root
0644
xsize.m4
0.396 KB
20 Mar 2016 7.37 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF