Skip to content

Commit

Permalink
fix autoconf macro
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Oct 20, 2015
1 parent f963960 commit b475eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ACLOCAL_AMFLAGS=-I m4

## This is the shared library to be built
lib_LTLIBRARIES = libmodmarkdown.la

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AM_PROG_LIBTOOL

AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_MACRO_DIR([m4])
AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"], [], [])

AC_ARG_WITH(apxs,
Expand Down

0 comments on commit b475eb1

Please sign in to comment.