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 Jan 30, 2014
2 parents 69cf140 + 438cfff commit f59ad9f
Show file tree
Hide file tree
Showing 32 changed files with 1,344 additions and 268 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ juise depends on the following software packages:
- download information: http://xmlsoft.org/XSLT/downloads.html

- libcurl (optional)
- home: http://xmlsoft.org/XSLT/downloads.html
- home: http://curl.haxx.se/libcurl/
- download information: http://curl.haxx.se/download.html

- libedit (optional)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# LICENSE.

AC_PREREQ(2.2)
AC_INIT([juise], [0.5.8], [[email protected]])
AC_INIT([juise], [0.5.9], [[email protected]])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])

case $prefix in
Expand Down Expand Up @@ -388,7 +388,7 @@ then
AC_MSG_ERROR(Version $LIBSLAX_VERSION found. You need at least libslax $LIBSLAX_REQUIRED_VERSION for this version of juise)
fi
else
AC_MSG_ERROR([Could not find libslax anywhere, check http://code.google.com/p/libslax.])
AC_MSG_ERROR([Could not find libslax anywhere, check https://github.com/Juniper/libslax.])
fi

AC_SUBST(SLAX_CONFIG)
Expand Down
Loading

0 comments on commit f59ad9f

Please sign in to comment.