~unity-team/unity-lens-bliss/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-11-03 11:47:33 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20111103114733-fsok51zb48jfk4d6
Fix distcheck and set the daemon code to import the bliss.apps module

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AM_PATH_PYTHON
5
5
 
6
6
AC_PREREQ(2.59)
7
 
AC_CONFIG_HEADERS([config.h])
8
 
AC_CONFIG_MACRO_DIR([m4])
9
7
 
10
8
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
11
9