Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed Jun 14, 2017
2 parents 47faf74 + 5e95ace commit 539a281
Show file tree
Hide file tree
Showing 17 changed files with 189 additions and 118 deletions.
2 changes: 1 addition & 1 deletion bin/Zaliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set top_src=`pwd`
alias Zautoreconf "(cd $top_src ; autoreconf)"
alias Zautoreconf "(cd $top_src ; autoreconf --install)"

set opts=' \
--with-libslax-prefix=/Users/phil/work/root \
Expand Down
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ ! -f configure ]; then
fi

echo "Creating build directory ..."
mkdir build
mkdir -p build

echo "Setup is complete. To build libslax:"

Expand Down
Loading

0 comments on commit 539a281

Please sign in to comment.