Minix editline v0.1.1

=====================

Lots of minor fixes and additions:

	* Bump version info in configure.ac
	* User editline.h added, installs to $prefix/include/editline.h
		- Based on Debian package version, but heavily updated.
	* Manpage installs to $prefix/share/man/man3/editline.3
		- Also slightly updated with contents from Debian package.
	* Revised README to mention existing Debian package, also cleaned
	  out the old README, which now lives in doc/README
	* Add TODO file.
	* Fix package description and make dist to bzip2 tarballs.
This commit is contained in:
Joachim Nilsson
2008-06-08 00:32:45 +02:00
parent afb65c0d75
commit 5ffe54c277
14 changed files with 801 additions and 64 deletions

View File

@@ -75,6 +75,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Enable static keyword, hides internal methods. */
#undef HIDE
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
@@ -103,7 +106,7 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Glue definitions for Minix sources. */
/* Default to UNIX backend, should be detected. */
#undef SYS_UNIX
/* Version number of package */