Commit Graph

28 Commits (5f08d03e16b551dfc828fadd74959005b72dc097)

Author SHA1 Message Date
Ronnie Sahlberg b9813d24ca Configure: When configuring examples, make sure we have popt-devel
Add a check for configure that we do have popt-devel available
if --enable-examples is specified.
2012-11-21 16:47:51 -08:00
Ronnie Sahlberg 6916a66546 NLM: initial support for NLM 2012-03-10 20:46:03 +11:00
Ronnie Sahlberg 47e5a2c740 new version 1.3 2012-03-03 19:04:58 +11:00
Ronnie Sahlberg 345422a2e3 New version 1.2 2011-12-06 18:02:34 +11:00
Ronnie Sahlberg 86ef491004 New version 1.1 2011-11-27 11:20:57 +11:00
Ronnie Sahlberg 71f480591a Make _FILE_OFFSET_BITS=64 always 2011-11-27 11:09:09 +11:00
Mike Frysinger 6a14f02fb2 tirpc: use pkg-config to find details
Hardcoding paths breaks cross-compiling, so use the pkg-config files
that libtirpc already provides.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-09-19 20:16:03 +10:00
Ronnie Sahlberg 357f65c0e1 Merge branch 'master' of github.com:sahlberg/libnfs 2011-09-19 20:15:47 +10:00
Mike Frysinger 5a1f145434 add maintainer e-mail to AC_INIT
This way `./configure --help` and PACKAGE_BUGREPORT get the right values.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-09-19 20:08:07 +10:00
Stephan Raue ea545df912 add support to create a pkgconfig file 'libnfs.pc' on build, and install this with 'make install'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-16 08:23:23 +02:00
Ronnie Sahlberg 647d2ea11c add support for opensolaris 2011-09-01 19:48:42 +10:00
Ronnie Sahlberg 9115b88cb8 bump the configure.ac version to 1.0 2011-08-01 07:32:08 +10:00
Ronnie Sahlberg 2b50be4e1c We need the same uint64_t workaround for cygwin as we have for OSX
since rpcgen on cygwin can not handle hyper either
2011-07-17 16:33:27 +10:00
Ronnie Sahlberg fc4bdc2269 Add a flag --enable-tirpc to the configure script 2011-07-17 16:32:45 +10:00
Ronnie Sahlberg f7f931c7e3 add back a check for sa_len in sockaddr structure. 2011-07-03 07:41:15 +10:00
Trent Nelson c3d740919f Remove log path with arg from configure.
It doesn't seem to be in use anymore?
2011-06-29 14:15:23 -04:00
Trent Nelson 4a75cfa214 Fix example linkage under solaris 2011-06-29 14:15:23 -04:00
Trent Nelson fc01d2a961 Fix compile error on solaris.
Include sys/filio.h explicitly as solaris doesn't define BSD_COMP and
thus doesn't pull this header via sys/ioctl.h. Needed for FIONREAD.
2011-06-29 14:15:23 -04:00
Trent Nelson 13283beb69 Fix solaris bootstrap.
Solaris automake doesn't have AM_COND_IF yet. It was introduced
in automake 1.10.2.
2011-06-29 14:15:23 -04:00
Trent Nelson 752d8ed28a Add back rpcgen uint64 fix for osx 2011-06-29 14:15:22 -04:00
Trent Nelson 2842ff15c8 Handle versioning the libtool way. 2011-06-29 14:15:22 -04:00
Trent Nelson 6c437065d3 Rewrite build system using automake
Initial commit, only linux tested so far.
2011-06-29 14:15:16 -04:00
Stephan Raue d20a6d6bcd Disable run of ldconfig if crosscompiling too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-06-11 23:22:19 +02:00
Memphis e644e70061 - add configure option for disabling the call to ldconfig on make install
- this is needed because we use a prefix which is writable by the user - calling ldconfig
would need root rights which we have to avoid...
2011-06-08 17:22:46 +02:00
Memphiz 23701e4246 - no ldconfig for darwin
- add variable is_darwin - used in Makefile.in for building the proper dynamic lib
- add option --without-examples for disable build of examples
2011-06-08 00:22:37 +02:00
Memphiz 2e4fb8e647 - fixed library path for mac osx (there is no lib64 path here...) 2011-06-07 15:32:01 +10:00
Memphis 684c77edb0 - removed unneeded dependency to libpopt 2011-06-01 18:04:53 +02:00
Ronnie Sahlberg 84004dbf9b initial libnfs checkin 2011-02-06 15:45:09 +11:00