Server IP : 68.65.122.142  /  Your IP : 3.14.251.128
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /usr/share/locale/scn/../ms/../kmb/../eu_ES/../ee/../nzi/../rup/../id/../dz/../az/../wak/../sma/../sd/../lu/../kk/../or/../th/../lv_LV/../ban/../frr/../dv/../../terminfo/../aclocal-1.16/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //usr/share/locale/scn/../ms/../kmb/../eu_ES/../ee/../nzi/../rup/../id/../dz/../az/../wak/../sma/../sd/../lu/../kk/../or/../th/../lv_LV/../ban/../frr/../dv/../../terminfo/../aclocal-1.16/as.m4
# Figure out how to run the assembler.                      -*- Autoconf -*-

# Copyright (C) 2001-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.

# 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
])