Add the initialization of automake.
authorasmodai <asmodai@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 24 Jun 2007 11:00:29 +0000 (11:00 +0000)
committerasmodai <asmodai@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 24 Jun 2007 11:00:29 +0000 (11:00 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/autotools@971 9efc2488-bf62-4759-914b-345cdb29e865

src/objson/configure.ac

index 8206554..baceea3 100644 (file)
@@ -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])