~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2009-08-12 19:21:05 UTC
  • Revision ID: james.westby@ubuntu.com-20090812192105-dw40gql5mdqvgx84
Tags: 3.1.1-1
* New upstream release (bugfix)

* debian/copyright updates:
  - help/* is GFDL and referencing license file as per policy 3.8.2
  - updated copyright holders (Gnomesword -> Xiphos)

* debian/control:
  - Bumped standards version (Changed debian/copyright as above)
  - Updated VCS-Bzr field to point to a working URL
  - Fixed typo in debian/control (Closes: #539190)
  - Updated extended description of xiphos package (Closes: #539880)
  - Significantly improved wording of all descriptions
  - Added Conflicts: xiphos-svn - upstream deb package name for svn builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(xiphos, 3.1, http://sourceforge.net/tracker/?group_id=5528&atid=105528)
 
1
AC_INIT(xiphos, 3.1.1, http://sourceforge.net/tracker/?group_id=5528&atid=105528)
2
2
AC_CONFIG_SRCDIR(src/gnome2/xiphos.c)
3
3
AC_CONFIG_MACRO_DIR([m4])
4
4
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
150
150
  AC_DEFINE(USE_PREVIEWER_AUTOCLEAR, 1, [Define if wish to enable previewer autoclear])
151
151
fi
152
152
 
153
 
AC_ARG_ENABLE(old_navbar,[  --enable-old_navbar    use old_navbar [default=no]],old_navbar=$enableval,old_navbar=no)
154
 
if test "x$old_navbar" = xyes; then
155
 
  AC_DEFINE(OLD_NAVBAR, 1, [Define if wish to use the old style navbar])
 
153
dnl AC_ARG_ENABLE(old_navbar,[  --enable-old_navbar    use old_navbar [default=no]],old_navbar=$enableval,old_navbar=no)
 
154
dnl if test "x$old_navbar" = xyes; then
 
155
dnl   AC_DEFINE(OLD_NAVBAR, 1, [Define if wish to use the old style navbar])
 
156
dnl fi
 
157
 
 
158
AC_ARG_ENABLE(treeview_path,[  --enable-treeview_path    use  treeview_path [default=no]],treeview_path=$enableval,treeview_path=no)
 
159
if test "x$treeview_path" = xyes; then
 
160
  AC_DEFINE(USE_TREEVIEW_PATH, 1, [Define if wish to use the treeview paths])
156
161
fi
157
162
 
158
163
AC_ARG_ENABLE(gtkhtml,[  --enable-gtkhtml    use gtkhtml instead of gtkmozembed [default=no]],gtkhtml=$enableval,gtkhtml=no)