diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2021-10-30 17:07:30 +0200 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2021-11-07 22:28:48 +0100 |
commit | 7d4313ce36a2497db32a0be4da85624e2cf102cc (patch) | |
tree | 00ed4d1f8266f1737fd446bfdc865fef3b5ca2de /libgphoto2_port | |
parent | 7f2b3946fd5e890dfc8073f82b74eca967f75665 (diff) | |
download | libgphoto2-7d4313ce36a2497db32a0be4da85624e2cf102cc.tar.gz |
with-camlibs: document "everything" set in the --help output
As configuring --with-camlibs=everything is a very valid option
for build tests, document it.
Diffstat (limited to 'libgphoto2_port')
-rw-r--r-- | libgphoto2_port/gphoto-m4/gp-camlibs.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2_port/gphoto-m4/gp-camlibs.m4 b/libgphoto2_port/gphoto-m4/gp-camlibs.m4 index 5615d993f..f61a9777f 100644 --- a/libgphoto2_port/gphoto-m4/gp-camlibs.m4 +++ b/libgphoto2_port/gphoto-m4/gp-camlibs.m4 @@ -216,6 +216,7 @@ AC_ARG_WITH([camlibs],[AS_HELP_STRING( m4_set_contents(gp_m4s_camlib_set_standard, [ ]). ['outdated' is a set of camlibs for very old cameras: ]dnl m4_set_contents(gp_m4s_camlib_set_outdated, [ ]).dnl + ['everything' is the set including every camlib. ]dnl [You can add or remove camlibs or camlib sets by appending ]dnl [them to the list with a + or - sign in front.])], [gp_sh_with_camlibs="${withval}"], |