Skip to content

Commit

Permalink
Don't suppress messages from automake and enable some warnings
Browse files Browse the repository at this point in the history
Fix also a warning for java/Makefile.am.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed May 12, 2017
1 parent 5cd4527 commit f98d731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ autoheader -f || bail_out
# they are copied from the system so they can be used in a distribution.

echo "Running automake --add-missing --copy"
automake --add-missing -c -Wno-portability > /dev/null || bail_out
automake --add-missing --copy -Wportability -Woverride || bail_out

# --- Step 5: Generate configure and include/miaconfig.h from:
# . configure.ac
Expand Down
2 changes: 1 addition & 1 deletion java/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ uninstall:
rm -f $(scrollview_path)/*.jar
endif

clean :
clean-local:
rm -f ScrollView.jar $(SCROLLVIEW_CLASSES)

# all-am does nothing, to make the java part optional.
Expand Down

0 comments on commit f98d731

Please sign in to comment.