openafs/configure-libafs.ac
Stephan Wiesand 501dbbe4e2 Make OpenAFS 1.8.4
Update version strings for the 1.8.4 release.

Change-Id: I85102e0be54cf0ff28b706d35dba8e3601447cba
Reviewed-on: https://gerrit.openafs.org/13841
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
2019-10-04 11:15:33 -04:00

28 lines
699 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_HEADER([src/config/afsconfig.h])
MACOS_VERSION=1.8.4
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