Rename configure.in to configure.ac to make more recent auto*s happy,

and also add the automake option "subdir-objects".  As advisde by
Tromey and Mjw.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13521
This commit is contained in:
Julian Seward 2013-09-02 12:44:52 +00:00
parent 6855a0a148
commit a93f4ff9c9

View File

@ -11,7 +11,7 @@
AC_INIT([Valgrind],[3.9.0.SVN],[valgrind-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_MAINTAINER_MODE