/[anubis]/anubis/configure.ac
ViewVC logotype

Diff of /anubis/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by polak, Sat Feb 15 18:19:14 2003 UTC revision 1.9 by gray, Thu Feb 20 09:13:11 2003 UTC
# Line 135  if test x"$useguile" = x"no"; then Line 135  if test x"$useguile" = x"no"; then
135  fi  fi
136    
137  dnl Use option --without-gpgme to NOT compile GnuPG (GPGME library) support.  dnl Use option --without-gpgme to NOT compile GnuPG (GPGME library) support.
138    AC_SUBST(ANUBIS_GPGFILES)
139  AC_ARG_WITH(gpgme,  AC_ARG_WITH(gpgme,
140          [  --without-gpgme         without GnuPG (GPGME library) support],          [  --without-gpgme         without GnuPG (GPGME library) support],
141          [with_gpgme=no],          [with_gpgme=no],
# Line 147  fi Line 148  fi
148  if test "$with_gpgme" = "no"; then  if test "$with_gpgme" = "no"; then
149   AC_MSG_RESULT([Disabling GPGME support...])   AC_MSG_RESULT([Disabling GPGME support...])
150  else  else
151     AC_PATH_PROG(GPG, gpg)
152   findgpgmedir() { :   findgpgmedir() { :
153    if test -f "$1/include/gpgme.h"; then    if test -f "$1/include/gpgme.h"; then
154     gpgmedir=1     gpgmedir=1
# Line 165  else Line 167  else
167   else   else
168    AC_CHECK_HEADERS(gpgme.h)    AC_CHECK_HEADERS(gpgme.h)
169   fi   fi
170     ANUBIS_GPGFILES='$(GPGFILES)'
171   AC_LIBOBJ(gpg)   AC_LIBOBJ(gpg)
172  fi  fi
173    
# Line 303  AC_CONFIG_FILES([Makefile Line 306  AC_CONFIG_FILES([Makefile
306   examples/Makefile   examples/Makefile
307   examples/pam/Makefile   examples/pam/Makefile
308   testsuite/Makefile   testsuite/Makefile
309     testsuite/data/Makefile
310   testsuite/etc/Makefile   testsuite/etc/Makefile
311   contrib/Makefile   contrib/Makefile
312   ])   ])

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26