~andywingo/guile-gnome/panel-applet

« back to all changes in this revision

Viewing changes to package.ac

  • Committer: Andy Wingo
  • Date: 2004-10-09 10:35:15 UTC
  • Revision ID: Arch-1:wingo@pobox.com--2004-main%guile-gnome-template--dev--0--base-0
initial import

(automatically generated log message)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PKG_CHECK_MODULES(TEMPLATE, template, HAVE_TEMPLATE=true, 
 
2
                                      HAVE_TEMPLATE=false)
 
3
AC_SUBST(TEMPLATE_CFLAGS)
 
4
AC_SUBST(TEMPLATE_LIBS)
 
5
AM_CONDITIONAL(HAVE_TEMPLATE, $HAVE_TEMPLATE)