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

« back to all changes in this revision

Viewing changes to simple-editor/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:
42
42
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43
43
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44
44
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
45
 
        $(top_srcdir)/configure.in
 
45
        $(top_srcdir)/configure.ac
46
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
47
        $(ACLOCAL_M4)
48
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
214
214
PACKAGE_VERSION = @PACKAGE_VERSION@
215
215
PATH_SEPARATOR = @PATH_SEPARATOR@
216
216
PKG_CONFIG = @PKG_CONFIG@
 
217
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
218
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
217
219
POFILES = @POFILES@
218
220
POSUB = @POSUB@
219
221
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@