We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a4483d + 5d60444 commit 852b678Copy full SHA for 852b678
autogen.sh
@@ -104,7 +104,7 @@ autoheader -f || bail_out
104
# they are copied from the system so they can be used in a distribution.
105
106
echo "Running automake --add-missing --copy"
107
-automake --add-missing -c -Wno-portability > /dev/null || bail_out
+automake --add-missing --copy --warnings=all || bail_out
108
109
# --- Step 5: Generate configure and include/miaconfig.h from:
110
# . configure.ac
java/Makefile.am
@@ -64,7 +64,7 @@ uninstall:
64
rm -f $(scrollview_path)/*.jar
65
endif
66
67
-clean :
+clean-local:
68
rm -f ScrollView.jar $(SCROLLVIEW_CLASSES)
69
70
# all-am does nothing, to make the java part optional.
0 commit comments