mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Autoconf: Update AC_INIT macro use
Update the way that we use the AC_INIT macro to match current autoconf conventions Change-Id: Ib1ce2acd879683ff8ff178cfbd9776277ba7460f Reviewed-on: http://gerrit.openafs.org/2265 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
ff959f4a2e
commit
ce2162ec99
@ -1,5 +1,8 @@
|
||||
AC_INIT(src/libafs/Makefile.common.in)
|
||||
AM_INIT_AUTOMAKE(openafs-libafs,1.5.74.1)
|
||||
AC_PRERQ([2.60])
|
||||
AC_INIT([OpenAFS], [1.5.74.1])
|
||||
AC_CONFIG_SRCDIR(src/libafs/Makefile.common.in)
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
AC_CONFIG_HEADER(src/config/afsconfig.h)
|
||||
MACOS_VERSION=1.5.74f1
|
||||
LINUX_PKGVER=1.5.74.1
|
||||
|
@ -1,6 +1,8 @@
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT(src/config/stds.h)
|
||||
AM_INIT_AUTOMAKE(openafs,1.5.74.1)
|
||||
AC_INIT([OpenAFS], [1.5.74.1])
|
||||
AC_CONFIG_SRCDIR([src/config/stds.h])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
AC_CONFIG_HEADER(src/config/afsconfig.h)
|
||||
MACOS_VERSION=1.5.74f1
|
||||
LINUX_PKGVER=1.5.74.1
|
||||
|
Loading…
Reference in New Issue
Block a user