~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

« back to all changes in this revision

Viewing changes to mofc/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-06-08 12:04:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090608120449-byfplk09rqz8rtg6
Tags: 1.3.3-0ubuntu1
* New upstream release.
* debian/rules: Removed rpath hacks, SFCB default build handles that now.
* Removed 1934753-remove-assignment.diff, now upstream.
* Refreshed patch cim-schema-location.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
   BACKEND_STRING=sfcb
61
61
   BACKEND_OBJ='backend_sfcb.$(OBJEXT)'
62
62
 
63
 
   BACKEND_LIBS="-L ../.libs -lsfcBrokerCore -lsfcFileRepository -lsfcUtil"
 
63
   BACKEND_LIBS="-L../.libs -lsfcBrokerCore -lsfcFileRepository -lsfcUtil"
64
64
   BACKEND_INCLUDES="-I $SFCB_DIR -I $SFCB_DIR/sfcUtil"
65
65
   AC_DEFINE(BACKEND_INFO,"SFCB Backend",[Backend Identification String])
66
66
else
73
73
 
74
74
# Checks for programs.
75
75
AC_PROG_CC
 
76
AM_PROG_CC_C_O
76
77
AC_PROG_YACC
77
78
AC_PROG_LEX
 
79
AC_PROG_LIBTOOL
78
80
 
79
81
if test -z "${YACC}" || test -z "${LEX}"
80
82
then