Skip to content

Commit

Permalink
Undo accidentally commited files
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnet committed Mar 18, 2016
1 parent d31e834 commit 9a97d16
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 525 deletions.
7 changes: 2 additions & 5 deletions bootstrap
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
#! /bin/sh

# OSX uses BSD libtool by default -- we want GNU
ACLOCAL_EXTRA=""
case `uname` in
Darwin*)
LZ=glibtoolize
ACLOCAL_EXTRA="-I /usr/local/share/aclocal/"
;;
LZ=glibtoolize ;;
*)
LZ=libtoolize ;;
esac

rm -rf *cache
$LZ -f -c -i && aclocal -I src/scripts/m4 $ACLOCAL_EXTRA && autoheader && autoconf && automake -a -c --foreign && echo "Run './configure' and 'make' to build owfs"
$LZ -f -c -i && aclocal -I src/scripts/m4 && autoheader && autoconf && automake -a -c --foreign && echo "Run './configure' and 'make' to build owfs"
Loading

0 comments on commit 9a97d16

Please sign in to comment.