~ubuntu-branches/ubuntu/hardy/openafs/hardy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2007-12-30 15:08:04 UTC
  • Revision ID: package-import@ubuntu.com-20071230150804-gux6s2v12d0h7qd0
* Apply additional upstream patches to the 2.6.24 support to fix
  builds with older kernels.  Thanks to Felix Koop for the testing.
  (Closes: #458331)
* Remove old /etc/openafs/server-local files from older versions when
  purging openafs-fileserver.
* Minor reformatting of openafs-client's postrm.
* Remove databases on purge of openafs-dbserver.
* Remove log files when purging openafs-fileserver or openafs-dbserver
  per Policy 10.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT(src/config/stds.h)
2
 
AM_INIT_AUTOMAKE(openafs,1.4.5)
 
2
AM_INIT_AUTOMAKE(openafs,1.4.6)
3
3
AC_CONFIG_HEADER(src/config/afsconfig.h)
4
 
MACOS_VERSION=1.4.5
 
4
MACOS_VERSION=1.4.6
5
5
 
6
6
AC_SUBST(MACOS_VERSION)
7
7