On Fri, Sep 13, 2002 at 10:36:31AM -0700, Justin Erenkrantz wrote:
> Since we have a lot of files within APR that we want to share across
> other projects to help support the build system, I think we should
> create an apr-build repository that contains these files so that
> other projects can check out these projects and have one unified
> version of these files rather than copying them over from APR and
> potentially getting them out-of-sync.
>
> Namely the files we would start with would be:
>
> apr-build/
> autoconf/
> PrintPath
> apr_common.m4
> config.guess
> config.sub
> find_apr.m4 (ambivalent about being in here, but perhaps)
> get-version.sh
> install.sh
> rules.mk.in (perhaps, but I'm not sure)
> aplibtool/
> aplibtool.c
Sounds good, here's another suggestion:
apr-build/
autoconf/
*.m4 and related
bin/
*.sh, binaries, and related
build/
*.in
...and so on
> This may also provide a proper resting place for my jlibtool.c
> (which as Fred points out needs autoconf scripts of its own to
> properly detect the OS).
That would be my preference, but there may be issues with the GPL that
we need to figure out (you know best wherefrom this was derived).
> I think we could rely on CVS modules to autocheckout the files,
> but I'm not exactly clear how that would work.
>
> Thoughts? -- justin
+1
-aaron