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

Diff of /mailutils/configure.in

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

revision 1.91 by jbailey, Wed Feb 13 22:27:26 2002 UTC revision 1.92 by jbailey, Fri Feb 15 20:54:14 2002 UTC
# Line 335  dnl get sysconfdir expanded. Line 335  dnl get sysconfdir expanded.
335    
336  CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""  CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""
337    
338    dnl This is really UGLY!  This works around a libtool/autoconf bug that only
339    dnl allows LIBOBJS to contain .o, not .lo for libtool.
340    LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
341    AC_SUBST(LTLIBOBJS)
342    LTALLOCA=`echo "$ALLOCA" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
343    AC_SUBST(LTALLOCA)
344    
345  dnl Output Makefiles  dnl Output Makefiles
346  AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile  AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
347   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.91  
changed lines
  Added in v.1.92

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