~nathwill-deactivatedaccount-deactivatedaccount/ubuntu/precise/pam/lp-110287

« back to all changes in this revision

Viewing changes to m4/libprelude.m4

  • Committer: kukuk
  • Date: 2006-06-27 17:00:33 UTC
  • Revision ID: cvs-1:kukuk-20060627170033-150yx7p0fz800hoj
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-06-27  Thorsten Kukuk <kukuk@thkukuk.de>

        * m4/libprelude.m4: Sync with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
[dnl
16
16
dnl Get the cflags and libraries from the libprelude-config script
17
17
dnl
18
 
AC_ARG_WITH(libprelude-prefix,
19
 
          [  --with-libprelude-prefix=PFX   Prefix where libprelude is installed (optional)],
20
 
          libprelude_config_prefix="$withval", libprelude_config_prefix="")
 
18
AC_ARG_WITH(libprelude-prefix, AC_HELP_STRING(--with-libprelude-prefix=PFX,
 
19
            Prefix where libprelude is installed (optional)),
 
20
            libprelude_config_prefix="$withval", libprelude_config_prefix="")
21
21
 
22
22
  if test x$libprelude_config_prefix != x ; then
23
23
     if test x${LIBPRELUDE_CONFIG+set} != xset ; then