Proper parsing of the CLI, adding filter according to it; catch some CLI error (unknown filter, no output file given, ...)

This commit is contained in:
Némunaire 2012-07-16 01:39:26 +02:00
commit 7ef166e2bd
7 changed files with 78 additions and 21 deletions

View file

@ -15,6 +15,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CXX
AC_PROG_RANLIB
CXXFLAGS="$CXXFLAGS_save -std=c++11 -g -O0"
AM_SILENT_RULES([yes])
AC_ARG_ENABLE(debug,
[ --enable-debug compile with debugging support],