run AM_INIT_AUTOMAKE before AM_PROG_CC_C_O otherwise am_aux_dir will

be expanded using ac_aux_dir before the later is set.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15594 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-08 21:41:06 +00:00
parent 0368c43187
commit 72b81ba03d

View File

@@ -6,14 +6,14 @@ AC_INIT([Heimdal],[0.8pre],[heimdal-bugs@pdc.kth.se])
AC_CONFIG_SRCDIR([kuser/kinit.c])
AC_CONFIG_HEADERS(include/config.h)
AM_INIT_AUTOMAKE([foreign no-dependencies 1.8])
AM_MAINTAINER_MODE
dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AM_INIT_AUTOMAKE([foreign no-dependencies 1.8])
AM_MAINTAINER_MODE
AC_PREFIX_DEFAULT(/usr/heimdal)
test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'