EnglishFrenchSpanish

Ad


OnWorks favicon

autoheader23 - Online in the Cloud

Run autoheader23 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command autoheader23 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


autoheader2.13 - creates a template file of C #define's for use by configure.

SYNOPSIS


autoheader2.13 [ --help | -h ] [ --localdir=dir | -l dir ] [ --macrodir=dir | -m dir ] [
--version ]

DESCRIPTION


The autoheader2.13 program can create a template file of C #define statements for
configure to use. If configure.in invokes AC_CONFIG_HEADER(FILE), autoheader2.13 creates
FILE.in; if multiple file arguments are given, the first one is used. Otherwise,
autoheader2.13 creates config.h.in.

If you give autoheader2.13 an argument, it uses that file instead of configure.in and
writes the header file to the standard output instead of to config.h.in. If you give
autoheader2.13 an argument of -, it reads the standard input instead of configure.in and
writes the header file to the standard output.

autoheader2.13 scans configure.in and figures out which C preprocessor symbols it might
define. It copies comments and #define and #undef statements from a file called
acconfig.h, which comes with and is installed with Autoconf. It also uses a file called
acconfig.h in the current directory, if present. If you AC_DEFINE any additional symbols,
you must create that file with entries for them. For symbols defined by AC_CHECK_HEADERS,
AC_CHECK_FUNCS, AC_CHECK_SIZEOF, or AC_CHECK_LIB, autoheader2.13 generates comments and
#undef statements itself rather than copying them from a file, since the possible symbols
are effectively limitless.

The file that autoheader2.13 creates contains mainly #define and #undef statements and
their accompanying comments. If ./acconfig.h contains the string @TOP@, autoheader2.13
copies the lines before the line containing @TOP@ into the top of the file that it
generates. Similarly, if ./acconfig.h contains the string @BOTTOM@, autoheader2.13 copies
the lines after that line to the end of the file it generates. Either or both of those
strings may be omitted.

An alternate way to produce the same effect is to create the files FILE.top (typically
config.h.top) and/or FILE.bot in the current directory. If they exist, autoheader2.13
copies them to the beginning and end, respectively, of its output. Their use is
discouraged because they have file names that contain two periods, and so can not be
stored on MS-DOS; also, they are two more files to clutter up the directory. But if you
use the --localdir=DIR option to use an acconfig.h in another directory, they give you a
way to put custom boilerplate in each individual config.h.in.

autoheader2.13 accepts the following options:

--help

-h Print a summary of the command line options and exit.

--localdir=DIR

-l DIR Look for the package files aclocal.m4 and acconfig.h (but not FILE.top and
FILE.bot) in directory DIR instead of in the current directory.

--macrodir=DIR

-m DIR Look for the installed macro files and acconfig.h in directory DIR. You can also
set the AC_MACRODIR environment variable to a directory; this option overrides the
environment variable.

--version
Print the version number of Autoconf and exit.

Use autoheader23 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 2
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 3
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • 4
    UNetbootin
    UNetbootin
    UNetbootin allows you to create bootable
    Live USB drives for Ubuntu, Fedora, and
    other Linux distributions without
    burning a CD. It runs on Windows, Linux,
    and ...
    Download UNetbootin
  • 5
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy to use
    ERP and CRM open source software package
    (run with a web php server or as
    standalone software) for businesses,
    foundations...
    Download Dolibarr ERP - CRM
  • 6
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • More »

Linux commands

Ad