mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
a0b7f71122
Update version strings for the 1.8.10 release, and add the finishing touch to NEWS. Change-Id: I5ade3bf8eb05474c5e4344e7c727545e807a0053 Reviewed-on: https://gerrit.openafs.org/15490 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
28 lines
701 B
Plaintext
28 lines
701 B
Plaintext
AC_PRERQ([2.60])
|
|
AC_INIT([OpenAFS],[m4_esyscmd(build-tools/git-version .)],[openafs-bugs@openafs.org],[],[http://www.openafs.org/])
|
|
AC_CONFIG_AUX_DIR([build-tools])
|
|
AC_CONFIG_SRCDIR([src/libafs/Makefile.common.in])
|
|
|
|
AC_CONFIG_HEADERS([src/config/afsconfig.h])
|
|
MACOS_VERSION=1.8.10
|
|
|
|
AC_SUBST([MACOS_VERSION])
|
|
|
|
dnl If the user hasn't specified CFLAGS don't let configure pick -g -O2
|
|
AS_IF([test -z "$CFLAGS"], [CFLAGS=" "], [])
|
|
AC_PROG_CC
|
|
|
|
OPENAFS_CONFIGURE_COMMON
|
|
|
|
AC_CONFIG_FILES([
|
|
Makefile
|
|
src/config/Makefile
|
|
src/config/Makefile.config
|
|
src/config/Makefile.lwp
|
|
src/config/Makefile.version-CML
|
|
src/config/Makefile.version-NOCML
|
|
src/libafs/Makefile.common
|
|
src/libafs/MakefileProto
|
|
])
|
|
AC_OUTPUT
|