X7ROOT File Manager
Current Path:
/usr/share/aclocal
usr
/
share
/
aclocal
/
??
..
??
bison-i18n.m4
(1.88 KB)
??
codeset.m4
(842 B)
??
extern-inline.m4
(4.27 KB)
??
fcntl-o.m4
(4.56 KB)
??
fontutil.m4
(13.83 KB)
??
freetype2.m4
(6.18 KB)
??
gettext.m4
(15.49 KB)
??
glibc2.m4
(830 B)
??
glibc21.m4
(907 B)
??
gpg-error.m4
(4.65 KB)
??
gpgrt.m4
(4.61 KB)
??
iconv.m4
(9.06 KB)
??
intdiv0.m4
(2.35 KB)
??
intl.m4
(11.84 KB)
??
intldir.m4
(917 B)
??
intlmacosx.m4
(2.47 KB)
??
intmax.m4
(1.1 KB)
??
inttypes-pri.m4
(1.22 KB)
??
inttypes_h.m4
(1020 B)
??
lcmessage.m4
(1.33 KB)
??
lib-ld.m4
(3.6 KB)
??
lib-link.m4
(32.28 KB)
??
lib-prefix.m4
(8.27 KB)
??
libcurl.m4
(10.91 KB)
??
libgcrypt.m4
(6.09 KB)
??
libtool.m4
(298.69 KB)
??
libxml.m4
(7.7 KB)
??
libxslt.m4
(7.93 KB)
??
lock.m4
(1.43 KB)
??
longlong.m4
(4.63 KB)
??
ltargz.m4
(2.51 KB)
??
ltdl.m4
(29.33 KB)
??
ltoptions.m4
(14.17 KB)
??
ltsugar.m4
(4.28 KB)
??
ltversion.m4
(699 B)
??
lt~obsolete.m4
(6 KB)
??
mysql.m4
(4.12 KB)
??
nls.m4
(1.19 KB)
??
pkg.m4
(12.37 KB)
??
po.m4
(18.52 KB)
??
printf-posix.m4
(1.54 KB)
??
progtest.m4
(3.02 KB)
??
size_max.m4
(2.99 KB)
??
stdint_h.m4
(995 B)
??
threadlib.m4
(14.8 KB)
??
uintmax_t.m4
(1.09 KB)
??
visibility.m4
(3.27 KB)
??
wchar_t.m4
(818 B)
??
wint_t.m4
(1.03 KB)
??
xsize.m4
(406 B)
Editing: printf-posix.m4
# printf-posix.m4 serial 6 (gettext-0.18.2) dnl Copyright (C) 2003, 2007, 2009-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether the printf() function supports POSIX/XSI format strings with dnl positions. AC_DEFUN([gt_PRINTF_POSIX], [ AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings], gt_cv_func_printf_posix, [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include <stdio.h> #include <string.h> /* The string "%2$d %1$d", with dollar characters protected from the shell's dollar expansion (possibly an autoconf bug). */ static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; static char buf[100]; int main () { sprintf (buf, format, 33, 55); return (strcmp (buf, "55 33") != 0); }]])], [gt_cv_func_printf_posix=yes], [gt_cv_func_printf_posix=no], [ AC_EGREP_CPP([notposix], [ #if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ notposix #endif ], [gt_cv_func_printf_posix="guessing no"], [gt_cv_func_printf_posix="guessing yes"]) ]) ]) case $gt_cv_func_printf_posix in *yes) AC_DEFINE([HAVE_POSIX_PRINTF], [1], [Define if your printf() function supports format strings with positions.]) ;; esac ])
Upload File
Create Folder