/netbsd-src/external/gpl3/autoconf/dist/lib/emacs/ |
H A D | autoconf-mode.el | 1 ;;; autoconf-mode.el --- autoconf code editing commands for Emacs 7 ;; This file is part of Autoconf 24 ;; A major mode for editing autoconf input (like configure.in). 29 ;; (autoload 'autoconf-mode "autoconf-mode" 30 ;; "Major mode for editing autoconf files." t) 32 ;; (cons '("\\.ac\\'\\|configure\\.in\\'" . autoconf-mode) 38 (defvar autoconf-font-lock-keywords 46 (defvar autoconf-mode-syntax-table nil 47 "syntax table used in autoconf mode") 48 (setq autoconf-mode-syntax-table (make-syntax-table)) [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | ChangeLog.3 | 26 "autom4te --language=autoconf --output - configure.ac" 32 autom4te --language=autoconf --output - - <configure.ac >out 63 * doc/autoconf.texi (Invoking the Shell): New section. 68 * doc/autoconf.texi (Limitations of Usual Tools): 87 autoconf: remove " -link" and ")" from xlf output 88 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): 91 <http://lists.gnu.org/archive/html/bug-autoconf/2012-01/msg00000.html>. 98 `_AS_DETECT_BETTER_SHELL' will cause autoconf-generated configure 101 * doc/autoconf.texi (config.status Invocation): Update. 129 * doc/autoconf.texi (Here-Documents): Using a command substitution [all …]
|
H A D | README | 3 Autoconf 5 Autoconf is an extensible package of M4 macros that produce shell 8 systems without manual user intervention. Autoconf creates a 13 Producing configuration scripts using Autoconf requires GNU M4 and 16 configuring Autoconf, so that Autoconf's configure script can find 17 them. The configuration scripts produced by Autoconf are 18 self-contained, so their users do not need to have Autoconf (or GNU 26 Autoconf-generated configure scripts and Makefiles that conform to the 34 Mail suggestions to autoconf@gnu.org, report bugs to 35 bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org. [all …]
|
H A D | NEWS | 1 GNU Autoconf NEWS - User visible changes. 5 ** Autoconf now requires perl 5.6 or better (but generated configure 11 ** Autoconf-generated configure scripts now unconditionally re-execute 91 * Major changes in Autoconf 2.67 (2010-07-21) [stable] 114 fixing a sporadic failure in autoconf's own testsuite. Bug present 118 * Major changes in Autoconf 2.66 (2010-07-02) [stable] 124 since it is seldom right to change diversions behind autoconf's back. 132 ** Autoconf should work on EBCDIC hosts. 169 * Major changes in Autoconf 2.65 (2009-11-21) [stable] 172 ** Autoconf is now licensed under the General Public License version 3 [all …]
|
H A D | COPYING.EXCEPTION | 1 AUTOCONF CONFIGURE SCRIPT EXCEPTION 13 The purpose of this Exception is to allow distribution of Autoconf's 19 "Covered Code" is the source or object code of a version of Autoconf 22 "Normally Copied Code" for a version of Autoconf means all parts of 31 You have permission to propagate output of Autoconf, even if such 33 by modifying Autoconf you cause any Ineligible Code of the version you 39 2. No Weakening of Autoconf Copyleft. 43 the license of Autoconf.
|
H A D | ChangeLog.2 | 15 * autoconf.sh: s/undefined macro/possibly undefined macro/. 19 * doc/autoconf.texi (Particular Programs): Explain the 21 Reported by Rainer Orth as PR Autoconf/177. 26 Reported by Rainer Orth as PR Autoconf/178. 43 * doc/autoconf.texi (Shellology): Document a quirk in 90 * doc/autoconf.texi (The GNU build system): Add this chapter 91 introducing Autoconf+Automake+Libtool, and fix references in the 149 * doc/autoconf.texi: Replace documentation for obsolete 155 * doc/autoconf.texi: Fixes for punctuation and grammar.. Replace 177 * doc/autoconf.texi: Still more minor modifications for clarity, [all …]
|
H A D | configure.ac | 1 # -*- Autoconf -*- 2 # Process this file with autoconf to produce a configure script. 22 AC_INIT([GNU Autoconf], 24 [bug-autoconf@gnu.org]) 25 AC_CONFIG_SRCDIR([lib/autoconf/autoconf.m4]) 115 # on it and get that path embedded in the installed autoconf and 167 # autoconf-mode.el and autotest-mode.el do not work with older version of 209 dnl not work in autoconf 2.61 or earlier, but we don't want to require 210 dnl unreleased autoconf during bootstrap, hence the version test. 211 dnl TODO remove the version check once we depend on autoconf 2.62. [all …]
|
H A D | ChangeLog | 24 bugs in autoconf where we use raw 'open' instead of XFile::open. 42 * doc/autoconf.texi (Generic Programs, Special Shell Variables) 61 …<http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=cb2e761b8e1181f97e8e09d85526bd2… 73 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Don't warn if --host 79 * doc/autoconf.texi (Runtime): Mention the effect of the cross- 88 * doc/autoconf.texi (Specifying Target Triplets): Mention that 91 http://lists.gnu.org/archive/html/autoconf-patches/2012-04/msg00009.html 114 * doc/autoconf.texi (Limitations of Builtins) <set>: Document 148 reported for autoconf-2.68b on FreeBSD and MacOS X, for example: 149 <http://lists.gnu.org/archive/html/bug-autoconf/2012-03/msg00032.html> [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | autoconf.m4 | 1 # This file is part of Autoconf. -*- Autoconf -*- 2 # Driver that loads the Autoconf macro files. 7 # This file is part of Autoconf. This program is free 19 # permissions described in the Autoconf Configure Script Exception, 23 # and a copy of the Autoconf Configure Script Exception along with 30 # yet when Autoconf is frozen. 34 m4_include([autoconf/autoupdate.m4]) 35 m4_include([autoconf/autoscan.m4]) 36 m4_include([autoconf/general.m4]) 37 m4_include([autoconf/status.m4]) [all …]
|
H A D | Makefile.in | 18 # Make Autoconf library. 74 subdir = lib/autoconf 115 AUTOCONF = @AUTOCONF@ 210 autoconflibdir = $(pkgdatadir)/autoconf 212 autoconf.m4 \ 218 nodist_autoconflib_DATA = autoconf.m4f 228 # checks if we are independent of Autoconf by defining AUTOM4TE (and 229 # others) to `false'. Autoconf provides autom4te, so that doesn't 260 $(src_libdir)/autoconf/autoscan.m4 \ 261 $(src_libdir)/autoconf/general.m4 \ [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
H A D | detect-autoconf.sh | 4 AUTOCONF="autoconf" 16 if test -x "`$WHICH autoconf-2.5x`" ; then 17 AUTOCONF="`$WHICH autoconf-2.5x`" 18 elif test -x "`$WHICH autoconf-2.54`" ; then 19 AUTOCONF="`$WHICH autoconf-2.54`" 20 elif test -x "`$WHICH autoconf-2.53`" ; then 21 AUTOCONF="`$WHICH autoconf-2.53`" 22 elif test -x "`$WHICH autoconf-2.53a`" ; then 23 AUTOCONF="`$WHICH autoconf-2.53a`" 24 elif test -x "`$WHICH autoconf-2.52`" ; then [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | Makefile.am | 1 # Make Autoconf documentation. 22 info_TEXINFOS = autoconf.texi standards.texi 30 CLEANFILES = autoconf.ACs autoconf.cvs autoconf.MSs autoconf.prs \ 31 autoconf.ATs autoconf.evs autoconf.fns autoconf.ovs \ 32 autoconf.ca autoconf.CA autoconf.cas autoconf.CAs \ 33 autoconf.tmp
|
H A D | Makefile.in | 18 # Make Autoconf documentation. 68 INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info 70 DVIS = autoconf.dvi standards.dvi 71 PDFS = autoconf.pdf standards.pdf 72 PSS = autoconf.ps standards.ps 73 HTMLS = autoconf.html standards.html 74 TEXINFOS = autoconf.texi standards.texi 105 AUTOCONF = @AUTOCONF@ 203 info_TEXINFOS = autoconf.texi standards.texi 210 CLEANFILES = autoconf.ACs autoconf.cvs autoconf.MSs autoconf.prs \ [all …]
|
H A D | autoconf.info | 1 This is autoconf.info, produced by makeinfo version 4.13 from 2 autoconf.texi. 4 This manual (24 April 2012) is for GNU Autoconf (version 2.69), a 19 * Autoconf: (autoconf). Create source code configuration scripts. 24 * autoscan: (autoconf)autoscan Invocation. 26 * ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. 27 * autoconf-invocation: (autoconf)autoconf Invocation. 29 * autoreconf: (autoconf)autoreconf Invocation. 31 * autoheader: (autoconf)autoheader Invocation. 33 * autom4te: (autoconf)autom4te Invocation. [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/lib/ |
H A D | freeze.mk | 30 # checks if we are independent of Autoconf by defining AUTOM4TE (and 31 # others) to `false'. Autoconf provides autom4te, so that doesn't 79 $(src_libdir)/autoconf/autoscan.m4 \ 80 $(src_libdir)/autoconf/general.m4 \ 81 $(src_libdir)/autoconf/autoheader.m4 \ 82 $(src_libdir)/autoconf/autoupdate.m4 \ 83 $(src_libdir)/autoconf/autotest.m4 \ 84 $(src_libdir)/autoconf/status.m4 \ 85 $(src_libdir)/autoconf/oldnames.m4 \ 86 $(src_libdir)/autoconf/specific.m4 \ [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/man/ |
H A D | autoconf.1 | 2 .TH AUTOCONF "1" "March 2012" "GNU Autoconf 2.68b" "User Commands" 4 autoconf \- Generate configuration scripts 6 .B autoconf 72 also trace Autoconf's initialization process 79 Report bugs to <bug\-autoconf@gnu.org>. 81 GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>. 86 License GPLv3+/Autoconf: GNU GPL version 3 or later 104 .B autoconf 108 .B autoconf 111 .B info autoconf
|
H A D | autoupdate.1 | 2 .TH AUTOUPDATE "1" "April 2012" "GNU Autoconf 2.68b.25-19513" "User Commands" 4 autoupdate \- Update a configure.in to a newer Autoconf 11 Autoconf. The original files are backed up. 38 Report bugs to <bug\-autoconf@gnu.org>. 40 GNU Autoconf home page: <http://www.gnu.org/software/autoconf/>. 45 License GPLv3+/Autoconf: GNU GPL version 3 or later
|
/netbsd-src/external/apache2/llvm/autoconf/autoconf/ |
H A D | AutoRegen.sh | 29 test -d autoconf && test -f autoconf/$configfile && cd autoconf 30 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first" 31 autoconf --version | grep $want_autoconf_version > /dev/null 32 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean" 39 echo "### If you get *any* warnings from autoconf below you MUST fix the" 49 echo "Regenerating configure with autoconf $want_autoconf_version_clean" 50 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed" 53 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
H A D | NEWS | 3 * Bug fix in the gettext.m4 autoconf macros. 9 * Autoconf macros: 10 - The gettext autoconf macros now require autoconf 2.52 or newer. 11 - A new autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is added. It allows to 14 - A new autoconf macro AM_GNU_GETTEXT_NEED is added. It allows to specify 20 * The gettext autoconf macros will now work with the forthcoming g++ 4.0. 26 * The gettext autoconf macros now require autoconf 2.50 or newer.
|
/netbsd-src/external/gpl3/autoconf/dist/bin/ |
H A D | Makefile.am | 1 # Make Autoconf commands. 21 autoconf autoheader autoreconf ifnames autoscan autoupdate script 23 EXTRA_DIST = autoconf.as autoheader.in autoreconf.in autoupdate.in ifnames.in \ 27 MOSTLYCLEANFILES = $(bin_SCRIPTS) autoconf.in *.tmp 44 -e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \ 58 # autoconf is written in M4sh. 62 autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies) 63 $(MY_AUTOM4TE) --language M4sh --cache '' --melt $(srcdir)/autoconf.as -o $@ 78 autoconf: autoconf.in target 101 autoconf.in
|
H A D | Makefile.in | 18 # Make Autoconf commands. 113 AUTOCONF = @AUTOCONF@ 212 # checks if we are independent of Autoconf by defining AUTOM4TE (and 213 # others) to `false'. Autoconf provides autom4te, so that doesn't 244 $(src_libdir)/autoconf/autoscan.m4 \ 245 $(src_libdir)/autoconf/general.m4 \ 246 $(src_libdir)/autoconf/autoheader.m4 \ 247 $(src_libdir)/autoconf/autoupdate.m4 \ 248 $(src_libdir)/autoconf/autotest.m4 \ 249 $(src_libdir)/autoconf/status.m4 \ [all …]
|
/netbsd-src/external/gpl2/gettext/dist/ |
H A D | autogen.sh | 3 # configure files with new versions of autoconf or automake. 5 # This script requires autoconf-2.60..2.61 and automake-1.10 in the PATH. 209 (cd autoconf-lib-link 211 autoconf 216 aclocal -I m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 217 autoconf 224 autoconf 232 …aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgett… 233 autoconf 240 autoconf [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/tests/ |
H A D | tools.at | 53 AT_CHECK_SHELL_SYNTAX(["$abs_top_builddir/bin/autoconf"]) 54 AT_CHECK_SHELL_SYNTAX(["$abs_top_builddir/tests/autoconf"]) 246 ## autoconf --trace. ## 250 # autoconf --trace: user macros 252 AT_SETUP([autoconf --trace: user macros]) 336 # autoconf --trace: builtins 338 AT_SETUP([autoconf --trace: builtins]) 363 ## autoconf: forbidden tokens. ## 367 # autoconf: forbidden tokens, basic 369 AT_SETUP([autoconf: forbidden tokens,[] basic]) [all …]
|
H A D | Makefile.in | 87 AUTOCONF = @AUTOCONF@ 184 # only needs m4 to build them, and m4 is required to install Autoconf. 199 # checks if we are independent of Autoconf by defining AUTOM4TE (and 200 # others) to `false'. Autoconf provides autom4te, so that doesn't 231 $(src_libdir)/autoconf/autoscan.m4 \ 232 $(src_libdir)/autoconf/general.m4 \ 233 $(src_libdir)/autoconf/autoheader.m4 \ 234 $(src_libdir)/autoconf/autoupdate.m4 \ 235 $(src_libdir)/autoconf/autotest.m4 \ 236 $(src_libdir)/autoconf/status.m4 \ [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoscan/ |
H A D | Makefile.in | 111 AUTOCONF = @AUTOCONF@ 214 # checks if we are independent of Autoconf by defining AUTOM4TE (and 215 # others) to `false'. Autoconf provides autom4te, so that doesn't 246 $(src_libdir)/autoconf/autoscan.m4 \ 247 $(src_libdir)/autoconf/general.m4 \ 248 $(src_libdir)/autoconf/autoheader.m4 \ 249 $(src_libdir)/autoconf/autoupdate.m4 \ 250 $(src_libdir)/autoconf/autotest.m4 \ 251 $(src_libdir)/autoconf/status.m4 \ 252 $(src_libdir)/autoconf/oldnames.m4 \ [all …]
|