Navigation Menu

Skip to content

Commit

Permalink
Use m4 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 28, 2015
1 parent 57f3cc1 commit 30451c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,6 +14,7 @@ cscope.out
cmake_install.cmake
CTestTestfile.cmake
/.dirstamp
/m4
/aclocal.m4
/autom4te.cache
/config.guess
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.9.7
LOCALES = ja

AM_CPPFLAGS = $(MYSQL_INCLUDES) $(GROONGA_CFLAGS) -I$(top_srcdir)/lib
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS
ACLOCAL_AMFLAGS = -I m4 $$ACLOCAL_ARGS

include sources.am

Expand Down
2 changes: 2 additions & 0 deletions autogen.sh
Expand Up @@ -104,6 +104,8 @@ fi

set -e

mkdir -p m4

echo "Running libtoolize ..."
$LIBTOOLIZE --force --copy
echo "Running aclocal ..."
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -8,6 +8,7 @@ m4_define([mrn_version_in_hex], m4_include(version_in_hex))
m4_define([mrn_plugin_version], m4_include(plugin_version))

AC_INIT([mroonga], [mrn_version], [groonga-talk@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])

AM_INIT_AUTOMAKE([tar-pax foreign subdir-objects])
Expand Down

0 comments on commit 30451c3

Please sign in to comment.