From 74be341f849637f9471a71df8a2864dc01f5f20c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 6 Jul 2013 15:40:41 -0400 Subject: Update configure.ac. --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 . 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 -- cgit v1.2.3