Art Haas <ahaas@neosoft.com> writes:
> Index: ./configure.in
> ===================================================================
> --- ./configure.in
> +++ ./configure.in 2002-08-06 10:47:36.000000000 -0500
> @@ -8,8 +8,9 @@
> dnl Don't even think about removing this check!
> AC_PREREQ(2.50)
>
> -dnl First line is *required*; sanity-checks that the our src dir exists.
> -AC_INIT(subversion/include/svn_types.h)
> +dnl AC_CONFIG_SRCDIR *required*; sanity-checks that the our src dir exists.
> +AC_INIT([subversion], [0.14.0], [http://subversion.tigris.org])
> +AC_CONFIG_SRCDIR(subversion/include/svn_types.h)
Hmmm.
This means maintaining the release number in two places, because it's
already deduced at build time from subversion/include/svn_version.h.
Is there another way to do this, such that we can avoid the "two
masters" problem?
Also, can you write a log message, the way you'd want to read about it
in a commit message? (See the HACKING file for more on log messages.)
From reading your paragraph, and the patch, I _sort_ of understand
what's going on, but not quite -- it seems you haven't just changed
the way we call AC_INIT and AC_OUTPUT (as your paragraph implies), but
also added new calls to macros that were not called before. A
complete log message might clear this up.
Thanks,
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 6 21:27:31 2002