PATH: //usr/share/aclocal-1.16
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 amversion.m4
↓
X
📄 ar-lib.m4
↓
X
📄 as.m4
↓
X
📄 auxdir.m4
↓
X
📄 cond-if.m4
↓
X
📄 cond.m4
↓
X
📄 depend.m4
↓
X
📄 depout.m4
↓
X
📄 dmalloc.m4
↓
X
📄 extra-recurs.m4
↓
X
📄 gcj.m4
↓
X
📄 init.m4
↓
X
📄 install-sh.m4
↓
X
📁 internal/
X
📄 lead-dot.m4
↓
X
📄 lex.m4
↓
X
📄 lispdir.m4
↓
X
📄 maintainer.m4
↓
X
📄 make.m4
↓
X
📄 missing.m4
↓
X
📄 mkdirp.m4
↓
X
📄 obsolete.m4
↓
X
📄 options.m4
↓
X
📄 prog-cc-c-o.m4
↓
X
📄 python.m4
↓
X
📄 runlog.m4
↓
X
📄 sanity.m4
↓
X
📄 silent.m4
↓
X
📄 strip.m4
↓
X
📄 substnot.m4
↓
X
📄 tar.m4
↓
X
📄 upc.m4
↓
X
📄 vala.m4
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: as.m4
# Figure out how to run the assembler. -*- Autoconf -*- # Copyright (C) 2001-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. # AM_PROG_AS # ---------- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code. AC_REQUIRE([AC_PROG_CC]) test "${CCAS+set}" = set || CCAS=$CC test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)]) AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)]) _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl ])
SIMPAN PERUBAHAN