Hackfut Security File Manager
Current Path:
/usr/share/aclocal-1.11
usr
/
share
/
aclocal-1.11
/
📁
..
📄
amversion.m4
(1.6 KB)
📄
as.m4
(799 B)
📄
auxdir.m4
(2.38 KB)
📄
ccstdc.m4
(958 B)
📄
cond-if.m4
(1.03 KB)
📄
cond.m4
(1.05 KB)
📄
depend.m4
(6.9 KB)
📄
depout.m4
(3.1 KB)
📄
dmalloc.m4
(986 B)
📄
gcj.m4
(661 B)
📄
header.m4
(494 B)
📄
init.m4
(5.27 KB)
📄
install-sh.m4
(689 B)
📄
lead-dot.m4
(655 B)
📄
lex.m4
(732 B)
📄
lispdir.m4
(2.19 KB)
📄
maintainer.m4
(1.72 KB)
📄
make.m4
(1.33 KB)
📄
minuso.m4
(1.3 KB)
📄
missing.m4
(1.18 KB)
📄
mkdirp.m4
(1.02 KB)
📄
multi.m4
(2.01 KB)
📄
obsol-gt.m4
(421 B)
📄
obsol-lt.m4
(423 B)
📄
obsolete.m4
(1.57 KB)
📄
options.m4
(1.11 KB)
📄
protos.m4
(877 B)
📄
python.m4
(8.28 KB)
📄
regex.m4
(1.96 KB)
📄
runlog.m4
(726 B)
📄
sanity.m4
(2.01 KB)
📄
silent.m4
(1002 B)
📄
strip.m4
(1.37 KB)
📄
substnot.m4
(690 B)
📄
tar.m4
(3.03 KB)
📄
upc.m4
(832 B)
📄
vala.m4
(1.06 KB)
Editing: maintainer.m4
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # 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. # serial 5 # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless `enable' is passed literally. # For symmetry, `disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful (and sometimes confusing) to the casual installer], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
Upload File
Create Folder