Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
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-08-15 18:10
amversion.m4
1.58
KB
-rw-r--r--
2020-03-17 02:08
ar-lib.m4
2.02
KB
-rw-r--r--
2020-01-01 19:43
as.m4
767
B
-rw-r--r--
2020-01-01 19:43
auxdir.m4
2.35
KB
-rw-r--r--
2020-01-01 19:43
cond-if.m4
1.01
KB
-rw-r--r--
2020-01-01 19:43
cond.m4
1.01
KB
-rw-r--r--
2020-01-01 19:43
depend.m4
7.11
KB
-rw-r--r--
2020-01-01 19:43
depout.m4
2.71
KB
-rw-r--r--
2020-02-26 04:25
dmalloc.m4
906
B
-rw-r--r--
2020-01-01 19:43
extra-recurs.m4
738
B
-rw-r--r--
2020-01-01 19:43
gcj.m4
649
B
-rw-r--r--
2020-01-01 19:43
init.m4
7.84
KB
-rw-r--r--
2020-01-01 19:43
install-sh.m4
681
B
-rw-r--r--
2020-01-01 19:43
lead-dot.m4
641
B
-rw-r--r--
2020-01-01 19:43
lex.m4
689
B
-rw-r--r--
2020-01-01 19:43
lispdir.m4
2.1
KB
-rw-r--r--
2020-01-01 19:43
maintainer.m4
1.62
KB
-rw-r--r--
2020-01-01 19:43
make.m4
1.4
KB
-rw-r--r--
2020-01-01 19:43
missing.m4
1.13
KB
-rw-r--r--
2020-01-01 19:43
mkdirp.m4
1.32
KB
-rw-r--r--
2020-01-01 19:43
obsolete.m4
1008
B
-rw-r--r--
2020-01-01 19:43
options.m4
1.06
KB
-rw-r--r--
2020-01-01 19:43
prog-cc-c-o.m4
1.65
KB
-rw-r--r--
2020-01-01 19:43
python.m4
9.2
KB
-rw-r--r--
2023-09-27 12:16
runlog.m4
718
B
-rw-r--r--
2020-01-01 19:43
sanity.m4
2.58
KB
-rw-r--r--
2020-01-01 19:43
silent.m4
1.87
KB
-rw-r--r--
2020-01-01 19:43
strip.m4
1.36
KB
-rw-r--r--
2020-01-01 19:43
substnot.m4
675
B
-rw-r--r--
2020-01-01 19:43
tar.m4
4.37
KB
-rw-r--r--
2020-01-01 19:43
upc.m4
836
B
-rw-r--r--
2020-01-01 19:43
vala.m4
1.62
KB
-rw-r--r--
2020-01-01 19:43
Save
Rename
# Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2020 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_MAKE_INCLUDE() # ----------------- # Check whether make has an 'include' directive that can support all # the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) AC_SUBST([am__quote])])