003 File Manager
Current Path:
/usr/src/contrib/ntp/sntp/m4
usr
/
src
/
contrib
/
ntp
/
sntp
/
m4
/
📁
..
📄
ax_c99_struct_init.m4
(1.64 KB)
📄
define_dir.m4
(1.16 KB)
📄
hms_search_lib.m4
(701 B)
📄
libtool.m4
(298.56 KB)
📄
ltoptions.m4
(14.17 KB)
📄
ltsugar.m4
(4.28 KB)
📄
ltversion.m4
(699 B)
📄
lt~obsolete.m4
(6 KB)
📄
ntp_af_unspec.m4
(597 B)
📄
ntp_cacheversion.m4
(4.08 KB)
📄
ntp_compiler.m4
(5.15 KB)
📄
ntp_crosscompile.m4
(300 B)
📄
ntp_crypto_rand.m4
(1.41 KB)
📄
ntp_debug.m4
(549 B)
📄
ntp_dir_sep.m4
(589 B)
📄
ntp_facilitynames.m4
(797 B)
📄
ntp_googletest.m4
(1.35 KB)
📄
ntp_harden.m4
(1.19 KB)
📄
ntp_ipv6.m4
(10.55 KB)
📄
ntp_lib_m.m4
(388 B)
📄
ntp_libevent.m4
(6.34 KB)
📄
ntp_libntp.m4
(24.98 KB)
📄
ntp_lineeditlibs.m4
(2.9 KB)
📄
ntp_locinfo.m4
(3.2 KB)
📄
ntp_openssl.m4
(9.84 KB)
📄
ntp_pkg_config.m4
(673 B)
📄
ntp_problemtests.m4
(1.96 KB)
📄
ntp_prog_cc.m4
(460 B)
📄
ntp_rlimit.m4
(2.55 KB)
📄
ntp_sntp.m4
(643 B)
📄
ntp_sysexits.m4
(352 B)
📄
ntp_unitytest.m4
(531 B)
📄
ntp_ver_suffix.m4
(404 B)
📄
ntp_vpathhack.m4
(1.52 KB)
📄
openldap-thread-check.m4
(18.72 KB)
📄
openldap.m4
(32.08 KB)
📄
os_cflags.m4
(3.27 KB)
📄
snprintf.m4
(11.16 KB)
📄
sntp_problemtests.m4
(1.35 KB)
📄
version.m4
(39 B)
Editing: ntp_vpathhack.m4
dnl ###################################################################### dnl NTP_VPATH_HACK dnl dnl Compiling ntpd doesn't require YACC or Bison unless ntp_parser.y is dnl modified, because the output ntp_parser.[ch] are committed. This dnl raises an issue with Automake-generated Makefiles on non-GNU make dnl used from a build tree outside the source tree. dnl dnl With GNU make, ylwrap updates $srcdir/ntp_parser.[ch] directly. dnl Under Sun or BSD make, ylwrap needs those files to be in the build dnl tree. dnl dnl With VPATH_HACK enabled, ntpd/Makefile.am includes code to symlink dnl from ntp_parser.[ch] in the build tree to the corresponding files dnl in $srcdir, and to check for ylwrap replacing the .h with a normal dnl file, and in that case copy the updated .h to $srcdir and restore dnl the symlink. dnl dnl if we are building outside the srcdir and either dnl force_ntp_vpath_hack is yes dnl or dnl we're not using GNU make dnl then we want VPATH_HACK to be true for .am tests dnl AC_DEFUN([NTP_VPATH_HACK], [ AC_MSG_CHECKING([to see if we need ylwrap VPATH hack]) ntp_vpath_hack="no" case "$srcdir::${force_ntp_vpath_hack-no}" in .::*) ;; # VPATH_HACK path is for VPATH builds only. *::yes) ntp_vpath_hack="yes" ;; *::*) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | grep 'GNU Make'`" in '') ntp_vpath_hack="yes" esac esac AC_MSG_RESULT([$ntp_vpath_hack]) AM_CONDITIONAL([VPATH_HACK], [test x$ntp_vpath_hack = xyes]) ]) dnl ======================================================================
Upload File
Create Folder