X7ROOT File Manager
Current Path:
/usr/share/aclocal-1.16
usr
/
share
/
aclocal-1.16
/
ðŸ“
..
📄
amversion.m4
(1.58 KB)
📄
ar-lib.m4
(2.02 KB)
📄
as.m4
(767 B)
📄
auxdir.m4
(2.35 KB)
📄
cond-if.m4
(1.01 KB)
📄
cond.m4
(1.01 KB)
📄
depend.m4
(7.11 KB)
📄
depout.m4
(2.58 KB)
📄
dmalloc.m4
(906 B)
📄
extra-recurs.m4
(738 B)
📄
gcj.m4
(649 B)
📄
init.m4
(7.84 KB)
📄
install-sh.m4
(681 B)
ðŸ“
internal
📄
lead-dot.m4
(641 B)
📄
lex.m4
(689 B)
📄
lispdir.m4
(2.1 KB)
📄
maintainer.m4
(1.62 KB)
📄
make.m4
(1.4 KB)
📄
missing.m4
(1.13 KB)
📄
mkdirp.m4
(1.32 KB)
📄
obsolete.m4
(1008 B)
📄
options.m4
(1.06 KB)
📄
prog-cc-c-o.m4
(1.65 KB)
📄
python.m4
(9.2 KB)
📄
runlog.m4
(718 B)
📄
sanity.m4
(2.58 KB)
📄
silent.m4
(1.87 KB)
📄
strip.m4
(1.36 KB)
📄
substnot.m4
(675 B)
📄
tar.m4
(4.37 KB)
📄
upc.m4
(836 B)
📄
vala.m4
(1.62 KB)
Editing: vala.m4
# Autoconf support for the Vala compiler # Copyright (C) 2008-2018 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])
Upload File
Create Folder