diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2013-11-23 17:12:07 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2013-11-23 17:12:07 -0500 |
commit | d9f35a59898ac0dd50ada33124909a097b37d39c (patch) | |
tree | a4eec2d095f3b05baaf6922f116f5b7d4fd9c9ea /configure.ac | |
parent | colorramp: Use new color ramp table provided by Ingo Thies. (diff) | |
download | redshift-ng-d9f35a59898ac0dd50ada33124909a097b37d39c.tar.gz redshift-ng-d9f35a59898ac0dd50ada33124909a097b37d39c.tar.bz2 redshift-ng-d9f35a59898ac0dd50ada33124909a097b37d39c.tar.xz |
Clean up install instructions in README, INSTALL, HACKING
Setup automake to "foreign" so that no additional files are required to be present.
Remove AUTHORS and ChangeLog (this info can be found in the git repository), and remove INSTALL.
Add a reference to the HACKING document in README.
Add dependency information in HACKING.
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 11eb2f6..2a0a6de 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.69]) AC_INIT([redshift], [1.8], [https://bugs.launchpad.net/redshift]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |