Skip to content

Commit

Permalink
Merge pull request sass#213 from jbussdieker/master
Browse files Browse the repository at this point in the history
Use autoreconf -i and add gitkeep to m4 to make automake happy
  • Loading branch information
jbussdieker committed Dec 19, 2013
2 parents a28ecd5 + d439c0b commit 5a4cf10
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
48 changes: 0 additions & 48 deletions autogen.sh

This file was deleted.

Empty file added m4/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if [ "x$AUTOTOOLS" == "xyes" ]; then
./autogen.sh
autoreconf -i
./configure --enable-tests \
--with-sassc-dir=$SASS_SASSC_PATH \
--with-sass-spec-dir=$SASS_SPEC_PATH \
Expand Down

0 comments on commit 5a4cf10

Please sign in to comment.