Navigation Menu

Skip to content

Commit

Permalink
Remove needless Automake options
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 29, 2012
1 parent 2e22893 commit bc84df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -7,7 +7,8 @@ m4_define([mrn_plugin_version], m4_include(plugin_version))

AC_INIT([mroonga], [mrn_version], [ikdttr@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign tar-pax])

AM_INIT_AUTOMAKE(tar-pax)

MRN_VERSION=mrn_version
MRN_VERSION_MAJOR=mrn_version_major
Expand Down

0 comments on commit bc84df5

Please sign in to comment.