[PATCH bzip2 2/6] port the build configuration to autoconf

Eli Schwartz eschwartz93@gmail.com
Thu Jun 9 05:56:14 GMT 2022


On 6/3/22 12:20 AM, ~eschwartz wrote:
> From: Eli Schwartz <eschwartz93@gmail.com>
> 
> This doesn't investigate the topic of fully autotools'ing the build,
> with automake and libtool, as there are libtool compatibility
> considerations to take into account.
> 
> All we do for now is make the standard ./configure script that formats
> the Makefile in order to respect some low-level standards:
> 
> - GNU directory variables to control output locations.
>   - respect $DESTDIR if given.
> - check for $CC, $CFLAGS, etc
>   - including cross-compile support
> ---


I was unable to actually test `make dist`, by the way, as it didn't seem
to want to play nicely with texlive on my system.


$ make manual.pdf
./xmlproc.sh -pdf manual.xml
Creating manual.pdf ...
Making portrait pages on USletter paper (8.5inx11in)
Cleaning up: output manual.fmt *.aux manual.fo manual.log texput.log *.out
  deleting output
  deleting manual.fmt
  deleting *.aux
rm: cannot remove '*.aux': No such file or directory
  deleting manual.fo
  deleting manual.log
  deleting texput.log
  deleting *.out
rm: cannot remove '*.out': No such file or directory
make: *** [Makefile:234: manual.pdf] Error 1



This shell script for creating the manual fails to create either the pdf
file, or the temporary files that it then fails to remove... but it
doesn't say why it failed so it's not clear whether I have a
misconfiguration or what.

-- 
Eli Schwartz


More information about the Bzip2-devel mailing list