Code

configure.ac: Use AC_MSG_RESULT() to display summary.
[template.git] / README
1 foobar
2 ======
4   This is a template for small projects. Replace all occurrences of "foobar"
5   with the name of the project...
7   This is free and open source software, licensed under the
8   GNU General Public License, version 2
9 OR:
10   2-clause BSD license.
11   See COPYING for details.
13 Prerequisites
14 -------------
16   To compile the foobar package from source you need:
18   * A build environment: autotools, libtool, C compiler, ...
20   * A POSIX + Single UNIX Specification compatible C library.
22   * asciidoc, xsltproc:
23     The AsciiDoc text document format is used to write the manpages.
25 Configuring / Compiling / Installing
26 ------------------------------------
28   To configure, build and install foobar with the default settings, run
29   `./configure && make && make install'. For detailed, generic instructions
30   see INSTALL. For a complete list of configure options and their description,
31   run `./configure --help'.
33   By default, foobar will be installed into `/opt/foobar'. You can adjust this
34   setting by specifying the `--prefix' configure option - see INSTALL for
35   details. If you pass DESTDIR=<path> to `make install', <path> will be
36   prefixed to all installation directories. This might be useful when creating
37   packages for foobar.
39 Author
40 ------
42   Sebastian "tokkee" Harl <sh@tokkee.org>