Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 18.188.152.124
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
aclocal-1.16 /
Delete
Unzip
Name
Size
Permission
Date
Action
internal
[ DIR ]
drwxr-xr-x
2024-03-03 20:39
amversion.m4
1.58
KB
-rw-r--r--
2023-10-14 20:00
ar-lib.m4
2.02
KB
-rw-r--r--
2023-10-14 20:00
as.m4
767
B
-rw-r--r--
2023-10-14 20:00
auxdir.m4
2.35
KB
-rw-r--r--
2023-10-14 20:00
cond-if.m4
1.01
KB
-rw-r--r--
2023-10-14 20:00
cond.m4
1.01
KB
-rw-r--r--
2023-10-14 20:00
depend.m4
7.11
KB
-rw-r--r--
2023-10-14 20:00
depout.m4
2.58
KB
-rw-r--r--
2023-10-14 20:00
dmalloc.m4
906
B
-rw-r--r--
2023-10-14 20:00
extra-recurs.m4
738
B
-rw-r--r--
2023-10-14 20:00
gcj.m4
649
B
-rw-r--r--
2023-10-14 20:00
init.m4
7.84
KB
-rw-r--r--
2023-10-14 20:00
install-sh.m4
681
B
-rw-r--r--
2023-10-14 20:00
lead-dot.m4
641
B
-rw-r--r--
2023-10-14 20:00
lex.m4
689
B
-rw-r--r--
2023-10-14 20:00
lispdir.m4
2.1
KB
-rw-r--r--
2023-10-14 20:00
maintainer.m4
1.62
KB
-rw-r--r--
2023-10-14 20:00
make.m4
1.4
KB
-rw-r--r--
2023-10-14 20:00
missing.m4
1.13
KB
-rw-r--r--
2023-10-14 20:00
mkdirp.m4
1.32
KB
-rw-r--r--
2023-10-14 20:00
obsolete.m4
1008
B
-rw-r--r--
2023-10-14 20:00
options.m4
1.06
KB
-rw-r--r--
2023-10-14 20:00
prog-cc-c-o.m4
1.65
KB
-rw-r--r--
2023-10-14 20:00
python.m4
9.2
KB
-rw-r--r--
2023-10-14 20:00
runlog.m4
718
B
-rw-r--r--
2023-10-14 20:00
sanity.m4
2.58
KB
-rw-r--r--
2023-10-14 20:00
silent.m4
1.87
KB
-rw-r--r--
2023-10-14 20:00
strip.m4
1.36
KB
-rw-r--r--
2023-10-14 20:00
substnot.m4
675
B
-rw-r--r--
2023-10-14 20:00
tar.m4
4.37
KB
-rw-r--r--
2023-10-14 20:00
upc.m4
836
B
-rw-r--r--
2023-10-14 20:00
vala.m4
1.62
KB
-rw-r--r--
2023-10-14 20:00
Save
Rename
# Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking is enabled. # This creates each '.Po' and '.Plo' makefile fragment that we'll need in # order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])