kopia lustrzana https://gitlab.com/sane-project/frontends
build: updated option message help
rodzic
3acc4ff65c
commit
79479d4740
|
@ -14,8 +14,8 @@ AC_PROG_LN_S
|
|||
AC_PROG_RANLIB
|
||||
|
||||
# Options
|
||||
AC_ARG_WITH(gtk, [ --with-gtk use GTK, which the GUIs require], USE_GTK=$enableval, USE_GTK=yes)
|
||||
AC_ARG_WITH(gimp, [ --with-gimp use GIMP, for GIMP plugin support], USE_GIMP=$enableval, USE_GIMP=yes)
|
||||
AC_ARG_WITH(gtk, [ --with/without-gtk use GTK, which the GUIs require], USE_GTK=$enableval, USE_GTK=yes)
|
||||
AC_ARG_WITH(gimp, [ --with/without-gimp use GIMP, for GIMP plugin support], USE_GIMP=$enableval, USE_GIMP=yes)
|
||||
|
||||
# Checks for header files.
|
||||
AC_FUNC_ALLOCA
|
||||
|
|
Ładowanie…
Reference in New Issue