Skip to content

Commit

Permalink
Merge pull request #2 from hadess/master
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
whot authored Sep 18, 2016
2 parents 807b09a + a6bd932 commit 8a20a56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBDIRS = tools man

INCLUDES = $(top_srcdir)/include/
AM_CPPFLAGS = $(top_srcdir)/include/

.PHONY: ChangeLog INSTALL
INSTALL:
Expand Down
12 changes: 12 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ cd $srcdir

autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?

$srcdir/configure "$@"

if [ "$NOCONFIGURE" = "" ]; then
$srcdir/configure "$@" || exit 1

if [ "$1" = "--help" ]; then exit 0 else
echo "Now type 'make' to compile mtview" || exit 1
fi
else
echo "Skipping configure process."
fi

0 comments on commit 8a20a56

Please sign in to comment.