mirror of
				https://github.com/troglobit/editline.git
				synced 2025-10-31 16:28:15 +08:00 
			
		
		
		
	Minix editline v0.1.3
===================== Fix another build warning for Arm cross-gcc, which actually was v4.1.2 This time getpid() was missing unistd.h, but kill() was also missing signal.h. Added test for signal.h, but left out unistd.h since we already define SYS_UNIX -- which we should really check for instead... The rest are cosmetic prototype or automake/autoconf fixes.
This commit is contained in:
		| @@ -1,2 +1,4 @@ | ||||
| AUTOMAKE_OPTIONS = foreign | ||||
|  | ||||
| man3_MANS = editline.3 | ||||
| dist_man_MANS = $(man3_MANS) | ||||
|   | ||||
| @@ -131,6 +131,7 @@ sysconfdir = @sysconfdir@ | ||||
| target_alias = @target_alias@ | ||||
| top_builddir = @top_builddir@ | ||||
| top_srcdir = @top_srcdir@ | ||||
| AUTOMAKE_OPTIONS = foreign | ||||
| man3_MANS = editline.3 | ||||
| dist_man_MANS = $(man3_MANS) | ||||
| all: all-am | ||||
| @@ -145,9 +146,9 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | ||||
| 	      exit 1;; \ | ||||
| 	  esac; \ | ||||
| 	done; \ | ||||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  man/Makefile'; \ | ||||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  man/Makefile'; \ | ||||
| 	cd $(top_srcdir) && \ | ||||
| 	  $(AUTOMAKE) --gnu  man/Makefile | ||||
| 	  $(AUTOMAKE) --foreign  man/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Joachim Nilsson
					Joachim Nilsson