diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-16 10:06:23 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-16 10:06:23 -0700 |
commit | e36ecfdd70d2dab023f635a9b57c993138e2f107 (patch) | |
tree | 18d89ee4637d834f1946be4858909f2906b1c3d2 /configure.ac | |
parent | 1300507a26c29e966b53d1da34e766c442318ea1 (diff) |
Add automake required files, including GPLv2 license
Added the COPYING, AUTHORS, NEWS and README files. The COPYING file is
standard GPLv2, which we will use for this package. Copyrights will be
added to individual source files later.
The NEWS and README files are currently empty, but will be populated
later. The INSTALL file will also be included in the tarball, but we'll
just use the standard GNU INSTALL file from automake.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da653b9..69bd877 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([initd-tools],[0.1],[dbn.lists@gmail.com]) AC_CONFIG_AUX_DIR([auto]) -AM_INIT_AUTOMAKE([foreign]) +AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) AC_GNU_SOURCE |