~yeganeh/unity/fix-for-869873

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Neil Jagdish Patel
  • Date: 2009-12-14 18:34:48 UTC
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: neil.patel@canonical.com-20091214183448-z3n1fchg691dqz2h
[build] Actuall fix make distcheck

modified:
  configure.ac
  src/Makefile.am
  tests/test-unity.vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
              with_localinstall=$enableval,
93
93
              with_localinstall=no)
94
94
 
95
 
if test "x$with_localinstall" = "xyes"; then
96
 
  PKGDATADIR="${top_srcdir}/data"
97
 
else
98
 
  PKGDATADIR="${datadir}/unity"
99
 
fi
100
 
AC_SUBST(PKGDATADIR)
 
95
AM_CONDITIONAL([HAVE_LOCALINSTALL], [test "x$with_localinstall" = "xyes"])
101
96
 
102
97
dnl Create the Makefiles
103
98
AC_OUTPUT([