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

Diff of /mailutils/configure.in

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

revision 1.81 by gray, Sun Nov 11 07:45:46 2001 UTC revision 1.82 by jbailey, Wed Nov 21 04:29:43 2001 UTC
# Line 272  ODBM) Line 272  ODBM)
272                       POPAUTH=popauth]);;                       POPAUTH=popauth]);;
273  esac  esac
274    
 dnl Make sysconfdir available to the application  
 CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""  
   
275  dnl Check for Guile  dnl Check for Guile
276  AC_SUBST(GUILE_INCLUDES)  AC_SUBST(GUILE_INCLUDES)
277  AC_SUBST(GUILE_LIBS)  AC_SUBST(GUILE_LIBS)
# Line 295  if test x"$useguile" = x"yes"; then Line 292  if test x"$useguile" = x"yes"; then
292          fi          fi
293  fi  fi
294    
295    dnl Make sysconfdir available to the application
296    dnl This must be done LAST, since CPPFLAGS is passed by configure
297    dnl to build tests, but this relies on being run in make to
298    dnl get sysconfdir expanded.
299    
300    CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""
301    
302  dnl Output Makefiles  dnl Output Makefiles
303  AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile  AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
304   m4/Makefile doc/Makefile doc/man/Makefile doc/rfc/Makefile   m4/Makefile doc/Makefile doc/man/Makefile doc/rfc/Makefile

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

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