Skip to content

Commit

Permalink
Lower automake dependency too for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jbussdieker committed Dec 20, 2013
1 parent f343d51 commit 590f2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_INIT([sassc], [1.0], [[email protected]])
AC_CONFIG_SRCDIR([sassc.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign parallel-tests])
AM_INIT_AUTOMAKE([1.10 foreign parallel-tests])
PKG_CHECK_MODULES(SASS, libsass)
LT_INIT
AC_PROG_CXX
Expand Down

0 comments on commit 590f2c3

Please sign in to comment.