| This will not be a problem.
In version.h, I have #ifdef'd for HAVE_CONFIG_H. If not defined, version.h
defines PACKAGE_NAME, PACKAGE_VERSION, and other macros in the same way that
config.h would define them.
============================================
Michael Gogins
gogins at pipeline period com
Irreducible Productions
CsoundVST, an extended version of Csound for programming music and sound
Available at http://sourceforge.net/projects/csound/
============================================
----- Original Message -----
From: "Anthony Kozar"
To: "Csound Developers Discussion List"
Sent: Monday, February 23, 2004 2:47 PM
Subject: [CSOUND-DEV:4117] Re: New problems
> On 2/22/04 9:02 AM, Michael Gogins etched in stone:
>
> > As I said previously, I have removed VERSION and SUBVER because it is
> > redundant with version information in the autotools build system.
>
> Once again, not all platforms use autotools. Please do not remove
important
> code because you do not need it to work with autotools.
>
> I am sure that there is some sort of define like USING_AUTO_TOOLS that is
> already being set and that could be used to conditionally not include the
> code that you do not need but will still be needed to correctly build
Csound
> on other platforms or using other build methods.
>
> Once the development of Csound 5 settles down a little bit, I am planning
to
> dive in and get the system working on Mac OS 9 again. It will likely save
> all of us some time if I don't have to post to the list everyday with
"What
> happened to such and such code?"
>
> Thanks.
>
> Anthony Kozar
> anthony.kozar@utoledo.edu
> |