Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
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
2025-04-09 02:53
amversion.m4
1.58
KB
-rw-r--r--
2022-03-18 13:09
ar-lib.m4
2.02
KB
-rw-r--r--
2022-03-18 13:09
as.m4
767
B
-rw-r--r--
2022-03-18 13:09
auxdir.m4
2.35
KB
-rw-r--r--
2022-03-18 13:09
cond-if.m4
1.01
KB
-rw-r--r--
2022-03-18 13:09
cond.m4
1.01
KB
-rw-r--r--
2022-03-18 13:09
depend.m4
7.11
KB
-rw-r--r--
2022-03-18 13:09
depout.m4
2.71
KB
-rw-r--r--
2022-03-18 13:09
dmalloc.m4
906
B
-rw-r--r--
2022-03-18 13:09
extra-recurs.m4
738
B
-rw-r--r--
2022-03-18 13:09
gcj.m4
649
B
-rw-r--r--
2022-03-18 13:09
init.m4
8.23
KB
-rw-r--r--
2022-03-18 13:09
install-sh.m4
681
B
-rw-r--r--
2022-03-18 13:09
lead-dot.m4
641
B
-rw-r--r--
2022-03-18 13:09
lex.m4
689
B
-rw-r--r--
2022-03-18 13:09
lispdir.m4
2.1
KB
-rw-r--r--
2022-03-18 13:09
maintainer.m4
1.62
KB
-rw-r--r--
2022-03-18 13:09
make.m4
1.4
KB
-rw-r--r--
2022-03-18 13:09
missing.m4
1.03
KB
-rw-r--r--
2022-03-18 13:09
mkdirp.m4
1.32
KB
-rw-r--r--
2022-03-18 13:09
obsolete.m4
1008
B
-rw-r--r--
2022-03-18 13:09
options.m4
1.06
KB
-rw-r--r--
2022-03-18 13:09
prog-cc-c-o.m4
1.65
KB
-rw-r--r--
2022-03-18 13:09
python.m4
14.16
KB
-rw-r--r--
2022-03-18 13:09
runlog.m4
718
B
-rw-r--r--
2022-03-18 13:09
sanity.m4
2.58
KB
-rw-r--r--
2022-03-18 13:09
silent.m4
1.87
KB
-rw-r--r--
2022-03-18 13:09
strip.m4
1.36
KB
-rw-r--r--
2022-03-18 13:09
substnot.m4
675
B
-rw-r--r--
2022-03-18 13:09
tar.m4
4.37
KB
-rw-r--r--
2022-03-18 13:09
upc.m4
836
B
-rw-r--r--
2022-03-18 13:09
vala.m4
1.84
KB
-rw-r--r--
2022-03-18 13:09
Save
Rename
# Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2021 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. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also 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}"])])