--Boundary-00=_n6c//qy/WFrc6eE Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 06 Jan 2004 20:39 pm, Brad Hards wrote: > I'm working up a patch.... It indicatively looks like the attached. Obviously it needs to be committed= to=20 kde-common as well as the kdelibs parts, but this should work for testing. Can someone with autoconf 2.52 (exactly) please test it, and let me know if= it=20 Works For Them (tm). Brad =2D --=20 http://linux.conf.au - I'm registered. Are you? =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE//c6oGwwszQ/PZzgRAo9lAKChGX0uYHSL5gpPqMIqi12sq7mJ1gCghLRD GnPbXocL4wxFvaKEmPAk73o=3D =3D5xdU =2D----END PGP SIGNATURE----- --Boundary-00=_n6c//qy/WFrc6eE Content-Type: text/x-diff; charset="iso-8859-1"; name="ac_help_string-2004-01-09.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ac_help_string-2004-01-09.patch" ? ac_help_string-2004-01-09.patch ? kdecore/kdecore-apidox-2003-11-03.patch ? kdeui/kdeui-apidox-2004-01-01.patch ? kimgio/Makefile.am.safe ? kimgio/configure.in.in.safe ? kimgio/exr.cpp ? kimgio/exr.h ? kimgio/exr.kimgio Index: configure.in.in =================================================================== RCS file: /home/kde/kdelibs/configure.in.in,v retrieving revision 1.119 diff -u -4 -p -r1.119 configure.in.in --- configure.in.in 4 Jan 2004 04:31:53 -0000 1.119 +++ configure.in.in 8 Jan 2004 21:44:46 -0000 @@ -200,9 +200,9 @@ AC_SUBST(LIB_KIMGIO, '$(top_builddir)/ki AC_SUBST(EXTRA_SUBDIRS) AC_MSG_CHECKING(if sendfile() is wanted) AC_ARG_ENABLE(sendfile, -[ --enable-sendfile enable the use of sendfile() (Linux only)], +AC_HELP_STRING([--enable-sendfile],[enable the use of sendfile() (Linux only)]), [if test "$enableval" = yes; then AC_MSG_RESULT(yes) want_sendfile="yes" else @@ -215,9 +215,9 @@ if test "$want_sendfile" = "yes" -a "$ha fi AC_MSG_CHECKING(if MIT-SHM support is wanted) AC_ARG_ENABLE(mitshm, -[ --enable-mitshm use MIT-SHM for pixmap loading/saving], +AC_HELP_STRING([--enable-mitshm],[use MIT-SHM for pixmap loading/saving]), [if test "$enableval" = yes; then AC_MSG_RESULT(yes) want_mitshm="yes" else @@ -232,9 +232,9 @@ fi dnl begin check for --enable-qtonly AC_MSG_CHECKING(if K_WS_QTONLY is wanted) AC_ARG_ENABLE(qtonly, -[ --enable-qtonly use only qt-dependent functions even under X11], +AC_HELP_STRING([--enable-qtonly],[use only qt-dependent functions even under X11]), [if test "$enableval" = yes; then AC_MSG_RESULT(yes) AC_DEFINE(K_WS_QTONLY,1,[Define if you want qt-only stuff under X11]) fi]) @@ -320,9 +320,9 @@ AC_DEFINE_UNQUOTED(KDE_COMPILING_OS, "$u AC_MSG_RESULT($uname_string) AC_MSG_CHECKING([for distribution channel]) AC_ARG_WITH(distribution, -[ --with-distribution indicate the distribution in bug reports], +AC_HELP_STRING([--with-distribution],[indicate the distribution in bug reports]), [kde_distribution_text="$withval" ], [kde_distribution_text='compiled sources']) AC_DEFINE_UNQUOTED(KDE_DISTRIBUTION_TEXT, "$kde_distribution_text", [Distribution Text to append to OS]) AC_MSG_RESULT($kde_distribution_text) Index: admin/acinclude.m4.in =================================================================== RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v retrieving revision 2.432 diff -u -4 -p -r2.432 acinclude.m4.in --- admin/acinclude.m4.in 5 Dec 2003 12:18:43 -0000 2.432 +++ admin/acinclude.m4.in 8 Jan 2004 21:44:50 -0000 @@ -535,9 +535,9 @@ Please check whether you installed aRts AC_DEFUN(KDE_SUBST_PROGRAMS, [ AC_ARG_WITH(arts, - [ --without-arts build without aRts [default=yes] ], + AC_HELP_STRING([--without-arts],[build without aRts [default=yes]]), [build_arts=$withval], [build_arts=yes] ) AM_CONDITIONAL(include_ARTS, test "$build_arts" != "no") @@ -849,23 +849,23 @@ AC_REQUIRE([KDE_MISC_TESTS])dnl AC_REQUIRE([KDE_CHECK_LIB64]) AC_ARG_ENABLE( embedded, - [ --enable-embedded link to Qt-embedded, don't use X], + AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]), kde_use_qt_emb=$enableval, kde_use_qt_emb=no ) AC_ARG_ENABLE( qtopia, - [ --enable-qtopia link to Qt-embedded, link to the Qtopia Environment], + AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]), kde_use_qt_emb_palm=$enableval, kde_use_qt_emb_palm=no ) AC_ARG_ENABLE( mac, - [ --enable-mac link to Qt/Mac (don't use X)], + AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]), kde_use_qt_mac=$enableval, kde_use_qt_mac=no ) @@ -1276,9 +1276,9 @@ dnl Add configure flag to enable linking dnl ------------------------------------------------------------------------ AC_ARG_ENABLE( mt, - [ --disable-mt link to non-threaded Qt (deprecated)], + AC_HELP_STRING([--disable-mt],[link to non-threaded Qt (deprecated)]), kde_use_qt_mt=$enableval, [ if test $kde_qtver = 3; then kde_use_qt_mt=yes @@ -1391,24 +1391,24 @@ fi ac_qt_includes=NO ac_qt_libraries=NO ac_qt_bindir=NO qt_libraries="" qt_includes="" AC_ARG_WITH(qt-dir, - [ --with-qt-dir=DIR where the root of Qt is installed ], + AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]), [ ac_qt_includes="$withval"/include ac_qt_libraries="$withval"/lib${kdelibsuff} ac_qt_bindir="$withval"/bin ]) AC_ARG_WITH(qt-includes, - [ --with-qt-includes=DIR where the Qt includes are. ], + AC_HELP_STRING([--with-qt-includes=DIR],[where the Qt includes are. ]), [ ac_qt_includes="$withval" ]) kde_qt_libs_given=no AC_ARG_WITH(qt-libraries, - [ --with-qt-libraries=DIR where the Qt library is installed.], + AC_HELP_STRING([--with-qt-libraries=DIR],[where the Qt library is installed.]), [ ac_qt_libraries="$withval" kde_qt_libs_given=yes ]) @@ -1625,9 +1625,11 @@ fi ]) AC_DEFUN(KDE_CHECK_FINAL, [ - AC_ARG_ENABLE(final, [ --enable-final build size optimized apps (experimental - needs lots of memory)], + AC_ARG_ENABLE(final, + AC_HELP_STRING([--enable-final], + [build size optimized apps (experimental - needs lots of memory)]), kde_use_final=$enableval, kde_use_final=no) if test "x$kde_use_final" = "xyes"; then KDE_USE_FINAL_TRUE="" @@ -1641,9 +1643,10 @@ AC_DEFUN(KDE_CHECK_FINAL, ]) AC_DEFUN(KDE_CHECK_CLOSURE, [ - AC_ARG_ENABLE(closure, [ --enable-closure delay template instantiation], + AC_ARG_ENABLE(closure, + AC_HELP_STRING([--enable-closure],[delay template instantiation]), kde_use_closure=$enableval, kde_use_closure=no) KDE_NO_UNDEFINED="" if test "x$kde_use_closure" = "xyes"; then @@ -1670,9 +1673,9 @@ AC_DEFUN(KDE_CHECK_CLOSURE, ]) AC_DEFUN(KDE_CHECK_NMCHECK, [ - AC_ARG_ENABLE(nmcheck, [ --enable-nmcheck enable automatic namespace cleanness check], + AC_ARG_ENABLE(nmcheck,AC_HELP_STRING([--enable-nmcheck],[enable automatic namespace cleanness check]), kde_use_nmcheck=$enableval, kde_use_nmcheck=no) if test "$kde_use_nmcheck" = "yes"; then KDE_USE_NMCHECK_TRUE="" @@ -1856,10 +1859,9 @@ AC_SUBST(AUTODIRS) AC_DEFUN(KDE_CHECK_EXTRA_LIBS, [ AC_MSG_CHECKING(for extra includes) -AC_ARG_WITH(extra-includes, [ --with-extra-includes=DIR - adds non standard include paths], +AC_ARG_WITH(extra-includes,AC_HELP_STRING([--with-extra-includes=DIR],[adds non standard include paths]), kde_use_extra_includes="$withval", kde_use_extra_includes=NONE ) kde_extra_includes= @@ -1882,9 +1884,9 @@ AC_SUBST(USER_INCLUDES) AC_MSG_RESULT($kde_use_extra_includes) kde_extra_libs= AC_MSG_CHECKING(for extra libs) -AC_ARG_WITH(extra-libs, [ --with-extra-libs=DIR adds non standard library paths], +AC_ARG_WITH(extra-libs,AC_HELP_STRING([--with-extra-libs=DIR],[adds non standard library paths]), kde_use_extra_libs=$withval, kde_use_extra_libs=NONE ) if test -n "$kde_use_extra_libs" && \ @@ -2076,9 +2078,9 @@ fi AC_DEFUN(AC_PATH_KDE, [ AC_BASE_PATH_KDE - AC_ARG_ENABLE(path-check, [ --disable-path-check don't try to find out, where to install], + AC_ARG_ENABLE(path-check,AC_HELP_STRING([--disable-path-check],[don't try to find out, where to install]), [ if test "$enableval" = "no"; then ac_use_path_checking="default" else ac_use_path_checking="" @@ -2827,9 +2829,10 @@ fi ]) AC_DEFUN(AC_CHECK_COMPILERS, [ - AC_ARG_ENABLE(debug,[ --enable-debug[=ARG] enables debug symbols (yes|no|full) [default=no]], + AC_ARG_ENABLE(debug, + AC_HELP_STRING([--enable-debug=ARG],[enables debug symbols (yes|no|full) [default=no]]), [ case $enableval in yes) kde_use_debug_code="yes" @@ -2849,20 +2852,25 @@ AC_DEFUN(AC_CHECK_COMPILERS, kde_use_debug_define=no ]) dnl Just for configure --help - AC_ARG_ENABLE(dummyoption,[ --disable-debug disables debug output and debug symbols [default=no]],[],[]) - - AC_ARG_ENABLE(strict,[ --enable-strict compiles with strict compiler options (may not work!)], + AC_ARG_ENABLE(dummyoption, + AC_HELP_STRING([--disable-debug], + [disables debug output and debug symbols [default=no]]), + [],[]) + + AC_ARG_ENABLE(strict, + AC_HELP_STRING([--enable-strict], + [compiles with strict compiler options (may not work!)]), [ if test $enableval = "no"; then kde_use_strict_options="no" else kde_use_strict_options="yes" fi ], [kde_use_strict_options="no"]) - AC_ARG_ENABLE(warnings,[ --disable-warnings disables compilation with -Wall and similiar], + AC_ARG_ENABLE(warnings,AC_HELP_STRING([--disable-warnings],[disables compilation with -Wall and similiar]), [ if test $enableval = "no"; then kde_use_warnings="no" else @@ -2874,9 +2882,9 @@ AC_DEFUN(AC_CHECK_COMPILERS, if test "$kde_use_debug_code" != "no"; then kde_use_warnings=yes fi - AC_ARG_ENABLE(profile,[ --enable-profile creates profiling infos [default=no]], + AC_ARG_ENABLE(profile,AC_HELP_STRING([--enable-profile],[creates profiling infos [default=no]]), [kde_use_profiling=$enableval], [kde_use_profiling="no"] ) @@ -2985,9 +2993,11 @@ AC_DEFUN(AC_CHECK_COMPILERS, dnl because doing so is binary incompatible and Qt by default links with exceptions :-( dnl KDE_CHECK_COMPILER_FLAG(-no_exceptions,[CXXFLAGS="$CXXFLAGS --no_exceptions"]) dnl KDE_CHECK_COMPILER_FLAG(-exceptions, [USE_EXCEPTIONS="--exceptions"], USE_EXCEPTIONS= ) - AC_ARG_ENABLE(pch,[ --enable-pch enables precompiled header support (currently only KCC) [default=no]], + AC_ARG_ENABLE(pch, + AC_HELP_STRING([--enable-pch], + [enables precompiled header support (currently only KCC) [default=no]]), [ kde_use_pch=$enableval ],[kde_use_pch=no]) @@ -3133,9 +3143,9 @@ AC_PATH_KDE AC_DEFUN(AC_CHECK_RPATH, [ AC_MSG_CHECKING(for rpath) AC_ARG_ENABLE(rpath, - [ --disable-rpath do not use the rpath feature of ld], + AC_HELP_STRING([--disable-rpath],[do not use the rpath feature of ld]), USE_RPATH=$enableval, USE_RPATH=yes) if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then @@ -3411,9 +3421,9 @@ AC_DEFUN(AC_HAVE_XPM, test -z "$XPM_LDFLAGS" && XPM_LDFLAGS= test -z "$XPM_INCLUDE" && XPM_INCLUDE= - AC_ARG_WITH(xpm, [ --without-xpm disable color pixmap XPM tests], + AC_ARG_WITH(xpm,AC_HELP_STRING([--without-xpm],[disable color pixmap XPM tests]), xpm_test=$withval, xpm_test="yes") if test "x$xpm_test" = xno; then ac_cv_have_xpm=no else @@ -3467,9 +3477,9 @@ AC_DEFUN(AC_HAVE_DPMS, test -z "$DPMS_LDFLAGS" && DPMS_LDFLAGS= test -z "$DPMS_INCLUDE" && DPMS_INCLUDE= DPMS_LIB= - AC_ARG_WITH(dpms, [ --without-dpms disable DPMS power saving], + AC_ARG_WITH(dpms,AC_HELP_STRING([--without-dpms],[disable DPMS power saving]), dpms_test=$withval, dpms_test="yes") if test "x$dpms_test" = xno; then ac_cv_have_dpms=no else @@ -3567,9 +3577,9 @@ AC_DEFUN(AC_HAVE_GL, test -z "$GL_LDFLAGS" && GL_LDFLAGS= test -z "$GL_INCLUDE" && GL_INCLUDE= - AC_ARG_WITH(gl, [ --without-gl disable 3D GL modes], + AC_ARG_WITH(gl,AC_HELP_STRING([--without-gl],[disable 3D GL modes]), gl_test=$withval, gl_test="yes") if test "x$kde_use_qt_emb" = "xyes"; then # GL and Qt Embedded is a no-go for now. ac_cv_have_gl=no @@ -3648,9 +3658,9 @@ AC_DEFUN(KDE_PAM, [ AC_REQUIRE([KDE_CHECK_LIBDL]) want_pam= AC_ARG_WITH(pam, - [ --with-pam[=ARG] enable support for PAM: ARG=[yes|no|service name]], + AC_HELP_STRING([--with-pam[=ARG]],[enable support for PAM: ARG=[yes|no|service name]]), [ if test "x$withval" = "xyes"; then want_pam=yes pam_service=kde elif test "x$withval" = "xno"; then @@ -3708,9 +3718,9 @@ Make sure you have the necessary develop dnl DEF_PAM_SERVICE(arg name, full name, define name) AC_DEFUN(DEF_PAM_SERVICE, [ AC_ARG_WITH($1-pam, - [ --with-$1-pam=[val] override PAM service from --with-pam for $2], + AC_HELP_STRING([--with-$1-pam=[val]],[override PAM service from --with-pam for $2]), [ if test "x$use_pam" = xyes; then $3_PAM_SERVICE=$withval else AC_MSG_ERROR([Cannot use use --with-$1-pam, as no PAM was detected. @@ -3750,9 +3760,9 @@ AC_DEFUN(KDE_SHADOWPASSWD, [ AC_MSG_CHECKING([for shadow passwords]) AC_ARG_WITH(shadow, - [ --with-shadow If you want shadow password support ], + AC_HELP_STRING([--with-shadow],[If you want shadow password support]), [ if test "x$withval" != "xno"; then use_shadow=yes else use_shadow=no @@ -3840,9 +3850,9 @@ fi dnl XXX why change enable_dlopen? its already set by autoconf's AC_ARG_ENABLE dnl (MM) AC_ARG_ENABLE(dlopen, -[ --disable-dlopen link statically [default=no]] , +AC_HELP_STRING([--disable-dlopen],[link statically [default=no]]), enable_dlopen=$enableval, enable_dlopen=yes) # override the user's opinion, if we know it better ;) @@ -3991,9 +4001,9 @@ AC_DEFUN(KDE_CHECK_THREADING, fi else kde_check_threading_default=yes fi - AC_ARG_ENABLE(threading, [ --disable-threading disables threading even if libpthread found ], + AC_ARG_ENABLE(threading,AC_HELP_STRING([--disable-threading],[disables threading even if libpthread found]), kde_use_threading=$enableval, kde_use_threading=$kde_check_threading_default) if test "x$kde_use_threading" = "xyes"; then AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define if you have a working libpthread (will enable threaded code)]) fi @@ -4061,9 +4071,9 @@ AC_CACHE_VAL(kde_cv_pythondir, fi ]) AC_ARG_WITH(pythondir, -[ --with-pythondir=pythondir use python installed in pythondir ], +AC_HELP_STRING([--with-pythondir=pythondir],[use python installed in pythondir]), [ ac_python_dir=$withval ], ac_python_dir=$kde_cv_pythondir ) @@ -4463,9 +4473,9 @@ AC_DEFUN(KDE_CHECK_HEADERS, AC_DEFUN(KDE_FAST_CONFIGURE, [ dnl makes configure fast (needs perl) - AC_ARG_ENABLE(fast-perl, [ --disable-fast-perl disable fast Makefile generation (needs perl)], + AC_ARG_ENABLE(fast-perl, AC_HELP_STRING([--disable-fast-perl],[disable fast Makefile generation (needs perl)]), with_fast_perl=$enableval, with_fast_perl=yes) ]) AC_DEFUN(KDE_CONF_FILES, @@ -4639,9 +4649,9 @@ dnl KDE_CHEC_JAVA_DIR(onlyjre) AC_DEFUN(KDE_CHECK_JAVA_DIR, [ AC_ARG_WITH(java, -[ --with-java=javadir use java installed in javadir, --without-java disables ], +AC_HELP_STRING([--with-java=javadir],[use java installed in javadir, --without-java disables]), [ ac_java_dir=$withval ], ac_java_dir="" ) @@ -4926,9 +4936,9 @@ AC_DEFUN(AC_PATH_QTOPIA, ac_qtopia_incdir=NO AC_ARG_WITH(qtopia-dir, - [ --with-qtopia-dir=DIR where the root of Qtopia is installed ], + AC_HELP_STRING([--with-qtopia-dir=DIR],[where the root of Qtopia is installed]), [ ac_qtopia_incdir="$withval"/include] ) qtopia_incdirs="" for dir in $kde_qtopia_dirs; do @@ -5134,16 +5144,16 @@ AC_REQUIRE([KDE_CHECK_LIB64]) ac_ssl_includes=NO ac_ssl_libraries=NO ssl_libraries="" ssl_includes="" AC_ARG_WITH(ssl-dir, - [ --with-ssl-dir=DIR where the root of OpenSSL is installed], + AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]), [ ac_ssl_includes="$withval"/include ac_ssl_libraries="$withval"/lib$kdelibsuff ]) want_ssl=yes AC_ARG_WITH(ssl, - [ --without-ssl disable SSL checks], + AC_HELP_STRING([--without-ssl],[disable SSL checks]), [want_ssl=$withval]) if test $want_ssl = yes; then Index: kabc/plugins/ldap/configure.in.in =================================================================== RCS file: /home/kde/kdelibs/kabc/plugins/ldap/configure.in.in,v retrieving revision 1.8 diff -u -4 -p -r1.8 configure.in.in --- kabc/plugins/ldap/configure.in.in 4 Jan 2004 04:31:53 -0000 1.8 +++ kabc/plugins/ldap/configure.in.in 8 Jan 2004 21:44:53 -0000 @@ -3,9 +3,9 @@ AC_DEFUN(KABC_CHECK_LDAP, AC_REQUIRE([KDE_CHECK_LIB64]) AC_MSG_CHECKING(whether to compile LDAP support) AC_ARG_WITH(ldap, -[ --with-ldap=PATH Set path for LDAP files [default=check]], +AC_HELP_STRING([--with-ldap=PATH],[Set path for LDAP files [default=check]]), [ case "$withval" in yes) with_ldap=CHECK ;; Index: kdecore/configure.in.in =================================================================== RCS file: /home/kde/kdelibs/kdecore/configure.in.in,v retrieving revision 1.39 diff -u -4 -p -r1.39 configure.in.in --- kdecore/configure.in.in 19 Nov 2003 18:18:35 -0000 1.39 +++ kdecore/configure.in.in 8 Jan 2004 21:44:53 -0000 @@ -223,9 +223,9 @@ AC_CHECK_HEADERS(netinet/in.h, ) AC_CHECK_HEADERS(sys/mount.h) AC_ARG_WITH(ipv6-lookup, -[ --with-ipv6-lookup=mode Set the mode for IPv6 lookups: yes, auto and no], +AC_HELP_STRING([--with-ipv6-lookup=mode],[Set the mode for IPv6 lookups: yes, auto and no]), [ AC_MSG_CHECKING([how we should treat IPv6 lookups]) if test "$withval" = yes -o "$withval" = always; then AC_DEFINE(KDE_IPV6_LOOKUP_MODE, 0, [Lookup mode for IPv6 addresses: 0 for always, 1 for check and 2 for disabled]) Index: kio/kio/configure.in.in =================================================================== RCS file: /home/kde/kdelibs/kio/kio/configure.in.in,v retrieving revision 1.28 diff -u -4 -p -r1.28 configure.in.in --- kio/kio/configure.in.in 13 Sep 2003 11:18:31 -0000 1.28 +++ kio/kio/configure.in.in 8 Jan 2004 21:44:56 -0000 @@ -2,9 +2,10 @@ dnl ------------------------------------ dnl Try to find if FAM is installed dnl ------------------------------------------------------------------------ dnl kde_have_fam=yes -AC_ARG_ENABLE(libfam, [ --disable-libfam don't search for libfam and do not use it], +AC_ARG_ENABLE(libfam, + AC_HELP_STRING([--disable-libfam],[don't search for libfam and do not use it]), [ kde_have_fam=$enableval ], [])dnl dnl Bloody libfam is C++ and certainly compiled by GNU C++. This means, dnl we can't use it, when compiling with another C++ compiler, as the @@ -58,9 +59,10 @@ fi dnl ------------------------------------------------------------------------ dnl Try to find if we have Linux Dir Notification dnl ------------------------------------------------------------------------ -AC_ARG_ENABLE(dnotify, [ --enable-dnotify enable use of Linux directory notifications], +AC_ARG_ENABLE(dnotify, +AC_HELP_STRING([--enable-dnotify],[enable use of Linux directory notifications]), [ kde_enable_dnotify=$enableval ], [])dnl AC_CHECK_GNU_EXTENSIONS Index: kjs/configure.in.in =================================================================== RCS file: /home/kde/kdelibs/kjs/configure.in.in,v retrieving revision 1.16 diff -u -4 -p -r1.16 configure.in.in --- kjs/configure.in.in 14 Nov 2003 12:18:40 -0000 1.16 +++ kjs/configure.in.in 8 Jan 2004 21:44:57 -0000 @@ -16,9 +16,9 @@ AC_CHECK_LIB(m, isnan, [ AC_DEFUN(AC_CHECK_PCREPOSIX, [ dnl define the configure option that disables pcre - AC_ARG_ENABLE(pcre, [ --disable-pcre don't require libpcre (poor RegExp support in Javascript)], + AC_ARG_ENABLE(pcre,AC_HELP_STRING([--disable-pcre],[don't require libpcre (poor RegExp support in Javascript)]), with_pcre=$enableval, with_pcre=yes) if test "$with_pcre" = "yes"; then Index: libkmid/configure.in.in =================================================================== RCS file: /home/kde/kdelibs/libkmid/configure.in.in,v retrieving revision 1.9 diff -u -4 -p -r1.9 configure.in.in --- libkmid/configure.in.in 20 Nov 2003 00:14:38 -0000 1.9 +++ libkmid/configure.in.in 8 Jan 2004 21:44:57 -0000 @@ -42,9 +42,9 @@ AC_CHECK_HEADERS(sys/soundcard.h machine dnl check for ALSA audio support kde_with_alsa=yes -AC_ARG_WITH(alsa, [ --with-alsa enable libKMid ALSA support], +AC_ARG_WITH(alsa, AC_HELP_STRING([--with-alsa],[enable libKMid ALSA support]), [kde_with_alsa=$withval]) if test "$kde_with_alsa" = "yes"; then AC_DEFUN([AC_CHECK_LIBASOUND], Index: libltdl/ltdl.m4 =================================================================== RCS file: /home/kde/kdelibs/libltdl/ltdl.m4,v retrieving revision 1.8 diff -u -4 -p -r1.8 ltdl.m4 --- libltdl/ltdl.m4 22 May 2002 15:37:48 -0000 1.8 +++ libltdl/ltdl.m4 8 Jan 2004 21:44:57 -0000 @@ -63,9 +63,9 @@ AC_REQUIRE([AC_LTDL_SYS_DLOPEN_DEPLIBS]) ]) AC_DEFUN(AC_LTDL_ENABLE_INSTALL, [AC_ARG_ENABLE(ltdl-install, -[ --enable-ltdl-install install libltdl]) +AC_HELP_STRING([--enable-ltdl-install],[install libltdl])) AM_CONDITIONAL(INSTALL_LTDL, test x"${enable_ltdl_install-no}" != xno) AM_CONDITIONAL(CONVENIENCE_LTDL, test x"${enable_ltdl_convenience-no}" != xno) ])]) --Boundary-00=_n6c//qy/WFrc6eE--