~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-06-22 22:26:26 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 147.
  • Revision ID: james.westby@ubuntu.com-20090622222626-lfdc32sakbz19yuu
ImportĀ upstreamĀ versionĀ 2.26.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([gnome-panel], [2.26.0],
 
1
AC_INIT([gnome-panel], [2.26.2],
2
2
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel])
3
3
AM_CONFIG_HEADER(config.h)
4
4
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
14
14
#   change to C+1:0:0
15
15
# - If the interface is the same as the previous version, change to C:R+1:A
16
16
 
17
 
LIB_PANEL_APPLET_LT_VERSION=2:54:2
 
17
LIB_PANEL_APPLET_LT_VERSION=2:56:2
18
18
AC_SUBST(LIB_PANEL_APPLET_LT_VERSION)
19
19
 
20
20
AM_MAINTAINER_MODE
323
323
fi
324
324
AC_SUBST(REBUILD)
325
325
 
 
326
SHAVE_INIT([.], [enable])
 
327
 
326
328
AC_OUTPUT([
327
329
Makefile
 
330
shave
 
331
shave-libtool
328
332
idl/Makefile
329
333
icons/Makefile
330
334
icons/16x16/Makefile
354
358
help/fish/Makefile
355
359
help/window-list/Makefile
356
360
help/workspace-switcher/Makefile
357
 
help/ja/Makefile
358
 
help/ja/fish/Makefile
359
 
help/ja/window-list/Makefile
360
 
help/ja/workspace-switcher/Makefile
361
 
help/zh_CN/Makefile
362
 
help/zh_CN/fish/Makefile
363
 
help/zh_CN/workspace-switcher/Makefile
364
 
help/zh_TW/Makefile
365
 
help/zh_TW/fish/Makefile
366
 
help/zh_TW/window-list/Makefile
367
 
help/zh_TW/workspace-switcher/Makefile
368
361
man/Makefile
369
362
])
370
363