aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variable PLP_LDFLAGSReuben Thomas2014-10-151-2/+0
|
* Remove unused version info from libraryReuben Thomas2014-10-151-6/+0
|
* Revert to gettext 0.18.3 for compatibility with recent distrosReuben Thomas2014-07-181-1/+1
|
* Update to gettext 0.19.2, for use with bison 3.xReuben Thomas2014-07-151-1/+1
|
* Remove defunct doc/api/Makefile from AC_CONFIG_FILESReuben Thomas2014-07-071-1/+0
| | | | (Thanks, Peter Maud)
* Bump version to 1.0.13Reuben Thomas2014-07-061-1/+1
|
* Update gettextReuben Thomas2014-07-051-1/+1
|
* Remove gettext files properly, and go back to 0.18.1Reuben Thomas2013-12-161-1/+1
|
* Bump version to 1.0.12Reuben Thomas2013-12-161-1/+1
|
* Make reasonably recent autotools happy; remove gettext filesReuben Thomas2013-12-161-0/+4
|
* Bump version to 1.0.11.Reuben Thomas2010-10-051-1/+1
|
* Use pkg-config to test for FUSE; fixes builds on 64-bit systems.Reuben Thomas2010-10-051-21/+1
|
* Bump version to 1.0.10.Reuben Thomas2010-06-241-1/+1
|
* Bump version to 1.0.9.Reuben Thomas2010-01-041-1/+1
| | | | Apply patch from Debian, fixing SF bug #2925613.
* Bump version to 1.0.8Reuben Thomas2009-04-301-1/+1
|
* Bump version to 1.0.7.Reuben Thomas2009-03-051-1/+1
|
* Workaround for Series 3a bug (SourceForge bug #2441386, patch from JimReuben Thomas2008-12-201-58/+59
| | | | Hague).
* Bump version to 1.0.5Reuben Thomas2008-07-211-1/+1
|
* Bump version to 1.0.4Reuben Thomas2008-06-041-1/+1
|
* Patch to fix FUSE checks from Fooman Galore.Reuben Thomas2008-06-041-1/+2
|
* Bump version to 1.0.3.Reuben Thomas2008-04-061-1/+1
|
* Bump version to 1.0.2.Reuben Thomas2008-03-281-1/+1
|
* Don't try to build plpfuse if we lack libattr or FUSE.Reuben Thomas2008-03-221-11/+9
|
* Fix a typoReuben Thomas2008-03-131-1/+1
|
* Bump version to 1.0.0Reuben Thomas2008-03-131-1/+1
|
* Bump version to 0.21.Reuben Thomas2008-02-161-15/+8
| | | | | | | | | | Remove SuSE init script and plptools.spec, as they're way out of date. Keep generic init script so we have *something* to show; rename it to "plptools". Remove unused PSIONHOSTNAME define from config.h. Change some occurrences of "Psion" to "EPOC" in configure.ac.
* Stop libattr and libfuse being linked against by programs other thanReuben Thomas2008-01-301-2/+2
| | | | | | | | plpfuse. Fix logic of plp_setxattr. It doesn't need to read the non-x attributes, and it now treats the set and cleared EPOC attribute bits properly (I hope!).
* Add support for libattr.Reuben Thomas2008-01-291-1/+6
| | | | Add extra warnings to C compilation.
* Bump version to 0.20.Reuben Thomas2008-01-061-12/+12
| | | | | | | | | | Put correct required version of FUSE in comment. Fix a comment's English. Simplify libfuse test. Add test for libattr.
* Fixes to make "make distcheck" work, including some reordering ofReuben Thomas2007-12-151-2/+2
| | | | #includes to make supplied gettext work.
* Move last header plp_inttypes.h out of include and into lib.Reuben Thomas2007-12-141-1/+1
| | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run.
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-73/+34
| | | | Other minor simplifications to the build system.
* Massively simplify Makefile.am.Reuben Thomas2007-12-101-8/+6
| | | | | | | | | Take configure.ac out of MAINTAINER_MODE so stuff works better (e.g. Makefile depends on Makefile.am). Remove cvs2cl. Remove po/Makefile.in, which seems to be in by mistake.
* Remove newt interface of sisinstall, as it was a pretty small gain forReuben Thomas2007-12-091-20/+0
| | | | | a whole dependency. Most command-line users will be happy with the plain text interface; GUI users will want kpsion back.
* Since configure.in.in is not processed, rename it to configure.ac.Reuben Thomas2007-12-081-0/+333
Simplify Makefile.cvs into pure setup and rename autogen.sh.