SM0 She11
Path:
/
/
usr
/
share
/
aclocal-1.13
Full Path (server): /usr/share/aclocal-1.13
Create Fil3
Upl04d Fil3
📄 amversion.m4
[E]
[D]
[R]
📄 ar-lib.m4
[E]
[D]
[R]
📄 as.m4
[E]
[D]
[R]
📄 auxdir.m4
[E]
[D]
[R]
📄 cond-if.m4
[E]
[D]
[R]
📄 cond.m4
[E]
[D]
[R]
📄 depend.m4
[E]
[D]
[R]
📄 depout.m4
[E]
[D]
[R]
📄 dmalloc.m4
[E]
[D]
[R]
📄 extra-recurs.m4
[E]
[D]
[R]
📄 gcj.m4
[E]
[D]
[R]
📄 init.m4
[E]
[D]
[R]
📄 install-sh.m4
[E]
[D]
[R]
📁 internal
Open
[D]
[R]
📄 lead-dot.m4
[E]
[D]
[R]
📄 lex.m4
[E]
[D]
[R]
📄 lispdir.m4
[E]
[D]
[R]
📄 maintainer.m4
[E]
[D]
[R]
📄 make.m4
[E]
[D]
[R]
📄 minuso.m4
[E]
[D]
[R]
📄 missing.m4
[E]
[D]
[R]
📄 mkdirp.m4
[E]
[D]
[R]
📄 obsolete.m4
[E]
[D]
[R]
📄 options.m4
[E]
[D]
[R]
📄 python.m4
[E]
[D]
[R]
📄 runlog.m4
[E]
[D]
[R]
📄 sanity.m4
[E]
[D]
[R]
📄 silent.m4
[E]
[D]
[R]
📄 strip.m4
[E]
[D]
[R]
📄 substnot.m4
[E]
[D]
[R]
📄 tar.m4
[E]
[D]
[R]
📄 upc.m4
[E]
[D]
[R]
📄 vala.m4
[E]
[D]
[R]
Editing: upc.m4
# Find a compiler for Unified Parallel C. -*- Autoconf -*- # Copyright (C) 2006-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. AC_DEFUN([AM_PROG_UPC], [dnl We need OBJEXT and EXEEXT, but Autoconf doesn't offer any public dnl macro to compute them. Use AC_PROG_CC instead. AC_REQUIRE([AC_PROG_CC])dnl AC_ARG_VAR([UPC], [Unified Parallel C compiler command])dnl AC_ARG_VAR([UPCFLAGS], [Unified Parallel C compiler flags])dnl AC_CHECK_TOOLS([UPC], [m4_default([$1], [upcc upc])], [:]) if test "$UPC" = :; then AC_MSG_ERROR([no Unified Parallel C compiler was found], [77]) fi _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([UPC])])dnl ])
Save