~ubuntu-branches/ubuntu/oneiric/gnome-menus/oneiric

« back to all changes in this revision

Viewing changes to desktop-directories/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-14 15:13:19 UTC
  • mfrom: (1.1.52 upstream)
  • Revision ID: james.westby@ubuntu.com-20100914151319-q63qfic1ugpw3zxb
Tags: 2.30.3-0ubuntu1
* New upstream release:
 + Menu Editor
  - Respect XDG_MENU_PREFIX when writing user menu file (Vincent)
 + Misc
  - Update information in README and other files (Vincent)
 + Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
42
42
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
43
43
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
44
 
        $(top_srcdir)/configure.in
 
44
        $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
47
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
171
171
PACKAGE_VERSION = @PACKAGE_VERSION@
172
172
PATH_SEPARATOR = @PATH_SEPARATOR@
173
173
PKG_CONFIG = @PKG_CONFIG@
 
174
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
175
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
174
176
POFILES = @POFILES@
175
177
POSUB = @POSUB@
176
178
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@