Anders Kaseorg
29bb8facc7
Fake up enough headers to let libstddjb selfpipe build
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-03-07 03:05:37 -05:00
Anders Kaseorg
6d65fe9f79
Add configure options for external skalibs
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-03-07 03:05:37 -05:00
Quentin Smith
19d284bfa4
Handle util.h if it exists instead of pty.h
2012-03-07 03:05:36 -05:00
Quentin Smith
a1671bcf3b
Handle the absence of IP_MTU_DISCOVER
2012-03-07 03:05:36 -05:00
Quentin Smith
582bf347c9
Add alternate timestamp implementations
...
Add mach_absolute_time and gettimeofday timestamp implementations, and
fix clock_gettime check so that it can actually succeed
2012-03-07 03:05:36 -05:00
Quentin Smith
5c1020c51a
Add configure test for protoc
2012-03-07 03:05:36 -05:00
Quentin Smith
17d6962af8
Check for proper byteorder functions
...
[andersk@mit.edu: Add byteorder.h to libmoshcrypto_a_SOURCES]
2012-03-07 03:05:36 -05:00
Quentin Smith
b03d53d421
Make libutempter optional
2012-03-07 03:05:36 -05:00
Anders Kaseorg
c71f8e2dc2
Use automake’s silent-rules mode if available, for quieter build output
...
With automake 1.11, this gives us Linux kernel–style silent output
that makes warnings more obvious:
GEN userinput.pb.cc
CXX userinput.pb.o
AR libmoshprotos.a
CXXLD mosh-client
(Use ‘make V=1’ for the traditional verbose output.)
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-03-07 03:05:35 -05:00
Anders Kaseorg
aad760e7d6
Make warning CXXFLAGS configurable
...
This turns off -Werror by default except in the Debian package.
-Werror is inherently unportable and breaks things on OS X. While it
can cause problems in Debian too, this is at least a little better.
It also turns off -pedantic in src/protobufs, because apparently
protoc output doesn’t compile with -pedantic on all platforms.
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-03-07 03:05:35 -05:00
Keegan McAllister
295e83313e
Add 'foreign' to AM_INIT_AUTOMAKE
...
This prevents errors about the missing README. It also suppresses creation of
the standard INSTALL document, which is long and fairly useless.
2012-03-05 15:12:41 -08:00
Keith Winstein
9e13176d96
Fix build problem on i386
2012-02-26 13:51:11 -05:00
Keith Winstein
dae8734c9d
Fix failing zlib check in configure.ac
2012-02-26 04:57:03 -05:00
Keith Winstein
7a9f92d7f1
Compress all instructions ( closes #19 github issue)
2012-02-26 04:41:03 -05:00
Keith Winstein
bc6c71820a
Bump autoconf version number
2012-02-25 15:18:43 -05:00
Keith Winstein
58b584a2b3
Move from protobuf-lite to protobuf to accommodate Ubuntu lucid
...
Add changelog entry
2012-02-20 00:40:08 -05:00
Keith Winstein
356ce40cea
Relax autoconf dependency
2012-02-19 22:57:15 -05:00
Anders Kaseorg
852ccf04a4
configure.ac: Quote macro arguments
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-02-18 10:11:18 -05:00
Keith Winstein
ea3c0ca53b
Add man pages ( closes #7 github issue)
2012-02-18 01:57:07 -05:00
Anders Kaseorg
3e81d42f74
Require Boost
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-02-17 21:29:51 -05:00
Anders Kaseorg
1bb546c0e7
Use an aclocal macro directory m4/, and add pkg.m4
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-02-17 21:29:51 -05:00
Keith Winstein
f6d8b4cb38
Bump version number
2012-02-13 05:44:55 -05:00
Keith Winstein
feb64eec52
Make utmp entries using utempter
2012-02-13 05:43:07 -05:00
Keith Winstein
3eaa0fce5c
Increase version no. in configure.ac (and reduce required autoconf version)
2012-02-13 03:56:39 -05:00
Keith Winstein
e67f6c5da7
Add missing dependencies to debian/control
2012-02-09 09:36:01 -05:00
Keith Winstein
576ce0697d
Increment orig version number
2012-02-07 17:31:49 -05:00
Anders Kaseorg
e4df7aeb7f
Modernize configure.ac
...
• Quote all macro arguments.
• Switch deprecated uses of AM_INIT_AUTOMAKE and AC_OUTPUT to the
preferred forms.
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2012-02-07 16:47:58 -05:00
Keith Winstein
b1d098d3ca
Increment version number
2012-02-07 03:04:33 -05:00
Keith Winstein
a164a84496
Make examples compileable
2012-02-06 19:28:22 -05:00
Keith Winstein
38c9e99882
Separate modules by subdirectory
2012-02-06 18:26:45 -05:00
Keith Winstein
2611a42fb1
Move protobufs inside src and distribute /debian
2012-02-06 16:41:58 -05:00
Keith Winstein
b0f059aaea
Rename .cpp => .cc and .hpp => .h
2012-02-05 02:43:13 -05:00
Keith Winstein
da2f481eea
Convert build system to automake per Anders Kaseorg Makefile.am
2012-02-05 02:21:37 -05:00