change AM_CONFIG_HEADER to AC_CONFIG_HEADERS, and remove AC_PROG_CC_STDC
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14160 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
AC_PREREQ(2.53)
|
AC_PREREQ([2.59])
|
||||||
test -z "$CFLAGS" && CFLAGS="-g"
|
test -z "$CFLAGS" && CFLAGS="-g"
|
||||||
AC_INIT(Heimdal,0.7pre,heimdal-bugs@pdc.kth.se)
|
AC_INIT([Heimdal],[0.7pre],[heimdal-bugs@pdc.kth.se])
|
||||||
AC_CONFIG_SRCDIR([kuser/kinit.c])
|
AC_CONFIG_SRCDIR([kuser/kinit.c])
|
||||||
AM_CONFIG_HEADER(include/config.h)
|
AC_CONFIG_HEADERS(include/config.h)
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_CC_STDC
|
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([foreign no-dependencies 1.7])
|
AM_INIT_AUTOMAKE([foreign no-dependencies 1.7])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
Reference in New Issue
Block a user