Blame README.CVS

Packit 0d464f
If you're using OpenEXR from CVS, you should run the bootstrap script
Packit 0d464f
to create the auto* files.  It's a good idea to run this whenever you
Packit 0d464f
update OpenEXR from CVS.
Packit 0d464f
Packit 0d464f
Then run './configure' and make.
Packit 0d464f
Packit 0d464f
Note that the configure.ac file requires a fairly new version of
Packit 0d464f
automake.  If you get this error message:
Packit 0d464f
Packit 0d464f
running aclocal ...
Packit 0d464f
aclocal: configure.ac: 142: macro `AM_CFLAGS' not found in library
Packit 0d464f
aclocal: configure.ac: 143: macro `AM_CXXFLAGS' not found in library
Packit 0d464f
failed!
Packit 0d464f
Packit 0d464f
you should upgrade your automake to version 1.6 or better.
Packit 0d464f