diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-07-13 18:46:12 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-07-13 18:46:12 +0200 |
commit | f87d7b6ddcb1d80b0a3a12b950550cd1b3306224 (patch) | |
tree | fd16301d88f981170a3ed98f7b4a2993f6b3e349 /aclocal.m4 | |
parent | document changes and release 0.11-1 (diff) | |
parent | Imported Upstream version 0.12 (diff) | |
download | krb5-auth-dialog-f87d7b6ddcb1d80b0a3a12b950550cd1b3306224.tar.gz krb5-auth-dialog-f87d7b6ddcb1d80b0a3a12b950550cd1b3306224.tar.bz2 krb5-auth-dialog-f87d7b6ddcb1d80b0a3a12b950550cd1b3306224.zip |
Merge commit 'upstream/0.12'
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -55,10 +55,11 @@ AC_DEFUN([AM_GCONF_SOURCE_2], AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files]) AC_ARG_ENABLE(schemas-install, - [ --disable-schemas-install Disable the schemas installation], + AC_HELP_STRING([--disable-schemas-install], + [Disable the schemas installation]), [case ${enableval} in yes|no) ;; - *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;; + *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-install]) ;; esac]) AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no]) ]) |