[Opensrf-commits] r971 - branches/autotools/src/objson
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jun 24 07:02:48 EDT 2007
Author: asmodai
Date: 2007-06-24 07:00:29 -0400 (Sun, 24 Jun 2007)
New Revision: 971
Modified:
branches/autotools/src/objson/configure.ac
Log:
Add the initialization of automake.
Modified: branches/autotools/src/objson/configure.ac
===================================================================
--- branches/autotools/src/objson/configure.ac 2007-06-24 10:57:39 UTC (rev 970)
+++ branches/autotools/src/objson/configure.ac 2007-06-24 11:00:29 UTC (rev 971)
@@ -3,6 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
+AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([json_parser.c])
AC_CONFIG_HEADER([config.h])
More information about the opensrf-commits
mailing list