Commit Graph

4 Commits (cc835fa938a8a4d3dd13a4f71ecd38ed9a2b82e9)

Author SHA1 Message Date
Christian Beier 92f558482d Do away with rfbint.h generation and use stdint.h directly instead. 10 years ago
dscho 22a4657fa0 Merge pull request #42 from LibVNC/autotools-fix-revisited
Add autoconf macros that might not be installed with a usual autotools setup
11 years ago
Christian Beier 26d5253ca6 Ship the required macros in the m4/ directory.
This is recommended practice as per
https://www.gnu.org/software/automake/manual/html_node/Local-Macros.html.

It fixes the problem that arose when one of the maintainers could not build LibVNCServer
after https://github.com/LibVNC/libvncserver/pull/38 was merged.

Symptoms included

  checking whether make sets $(MAKE)... yes
  ./configure: line 2481: syntax error near unexpected token `rfb/rfbconfig.h'
  ./configure: line 2481: `AX_PREFIX_CONFIG_H(rfb/rfbconfig.h)'

until autoconf-archive was installed (which was a previously unmentioned
requirement for Pull Request #38) – this is not always an option, in particular
when the project needs to be built using a system-wide autoconf installation
that cannot be modified easily by the developer.
11 years ago
Christian Beier eab5866516 Really add empty m4 subdirectory.
This change kinda got lost with the last commit re-splitting.
11 years ago