When running autoreconf on SampleICC 1.3.2 on Linux, you run into some problems. One of them is, that Makefile.am's are missing in directories named in SUBDIRS. The attached patch fixes that.
Adds the missing Makefile.am's
The Mac automake file is also missing. The attached patch needs the following equivalent addition:
echo "SUBDIRS = create_probe extract_probe_data" > "Contrib/Mac_OS_X/Makefile.am"
Log in to post a comment.
Adds the missing Makefile.am's
The Mac automake file is also missing. The attached patch needs the following equivalent addition:
echo "SUBDIRS = create_probe extract_probe_data" > "Contrib/Mac_OS_X/Makefile.am"