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
# Autoconf support for the Vala compiler # Copyright (C) 2008-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. # Check whether the Vala compiler exists in $PATH. If it is found, the # variable VALAC is set pointing to its absolute path. Otherwise, it is # simply set to 'valac'. # Optionally a minimum release number of the compiler can be requested. # If the ACTION-IF-FOUND parameter is given, it will be run if a proper # Vala compiler is found. # Similarly, if the ACTION-IF-FOUND is given, it will be run if no proper # Vala compiler is found. It defaults to simply print a warning about the # situation, but otherwise proceeding with the configuration. # # AM_PROG_VALAC([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # -------------------------------------------------------------------------- AC_DEFUN([AM_PROG_VALAC], [AC_PATH_PROG([VALAC], [valac], [valac]) AS_IF([test "$VALAC" != valac && test -n "$1"], [AC_MSG_CHECKING([whether $VALAC is at least version $1]) am__vala_version=`$VALAC --version | sed 's/Vala *//'` AS_VERSION_COMPARE([$1], ["$am__vala_version"], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) VALAC=valac])]) if test "$VALAC" = valac; then m4_default([$3], [AC_MSG_WARN([no proper vala compiler found]) AC_MSG_WARN([you will not be able to compile vala source files])]) else m4_default([$2], [:]) fi])