summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d02ee13..be019c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,10 @@ dnl License along with this program. If not, see
dnl <http://www.gnu.org/licenses/>.
AC_PREREQ(2.65)
-AC_INIT(The Sandglass Library, 0.3, tavianator@gmail.com, libsandglass)
-AM_INIT_AUTOMAKE([parallel-tests])
+AC_INIT([The Sandglass Library], [0.3], [tavianator@tavianator.com],
+ [libsandglass], [http://www.tavianator.com/libsandglass/])
+AM_INIT_AUTOMAKE([parallel-tests color-tests std-options])
+AM_SILENT_RULES([yes])
dnl Programs
AC_PROG_CC