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

Diff of /mailutils/configure.ac

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

revision 1.43 by gray, Wed Jan 22 20:18:48 2003 UTC revision 1.44 by gray, Fri Feb 14 11:40:41 2003 UTC
# Line 423  MU_ENABLE_SUPPORT(mh, Line 423  MU_ENABLE_SUPPORT(mh,
423                    [BUILD_MH_PROGRAMS='$(PROGRAMS_MH)';                    [BUILD_MH_PROGRAMS='$(PROGRAMS_MH)';
424                     BUILD_MH_LIBRARIES='$(LIBRARIES_MH)'])                     BUILD_MH_LIBRARIES='$(LIBRARIES_MH)'])
425    
426  AC_ARG_ENABLE([experimental],  dnl AC_ARG_ENABLE([experimental],
427                AC_HELP_STRING([--enable-experimental],  dnl               AC_HELP_STRING([--enable-experimental],
428                               [build experimental and/or unfinished utilities]),  dnl                              [build experimental and/or unfinished utilities]),
429                [MU_BUILD_EXPERIMENTAL="${enableval}"],  dnl               [MU_BUILD_EXPERIMENTAL="${enableval}"],
430                [MU_BUILD_EXPERIMENTAL=no])  dnl               [MU_BUILD_EXPERIMENTAL=no])
431    
432    AC_ARG_ENABLE([mh-utils],
433                  AC_HELP_STRING([--enable-mh-utils],
434                                 [Build MH utilities]),
435                  [MU_BUILD_MH="${enableval}"],
436                  [MU_BUILD_MH=no])
437    
438  if test ".$MU_BUILD_EXPERIMENTAL" = ".no"; then  if test ".$MU_BUILD_MH" = ".no"; then
439          BUILD_MH_PROGRAMS=          BUILD_MH_PROGRAMS=
440          BUILD_MH_LIBRARIES=          BUILD_MH_LIBRARIES=
441  else  else
# Line 599  if test x"$useguile" = x"yes"; then Line 605  if test x"$useguile" = x"yes"; then
605           ],[useguile=no])           ],[useguile=no])
606  fi  fi
607    
608    dnl Check for Emacs site-lisp directory
609    AM_PATH_LISPDIR
610    
611    if test "$EMACS" != "no"; then
612            lisp_LISP='$(LISPSRC)'
613    fi
614    AC_SUBST(lisp_LISP)
615    
616  dnl Make sysconfdir available to the application  dnl Make sysconfdir available to the application
617  dnl This must be done LAST, since CPPFLAGS is passed by configure  dnl This must be done LAST, since CPPFLAGS is passed by configure
618  dnl to build tests, but this relies on being run in make to  dnl to build tests, but this relies on being run in make to

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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