Skip to content

Commit

Permalink
Moved automake options from Makefile.am into configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Nov 10, 2013
1 parent fc4ef0a commit 2196bf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile.am
@@ -1,4 +1,3 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I build-scripts
SUBDIRS = src .

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([src/redstore.c])
AC_CONFIG_HEADERS([src/redstore_config.h])
AC_CONFIG_AUX_DIR(build-scripts)
AC_CONFIG_MACRO_DIR(build-scripts)
AM_INIT_AUTOMAKE([1.11])
AM_INIT_AUTOMAKE([1.11 foreign -Wobsolete -Wportability -Wsyntax -Wunsupported -Wextra-portability])

AM_MAINTAINER_MODE

Expand Down

0 comments on commit 2196bf1

Please sign in to comment.