mirror of
				https://github.com/troglobit/editline.git
				synced 2025-11-01 01:01:34 +08:00 
			
		
		
		
	Change bug-report-address.
This commit is contained in:
		| @@ -2,7 +2,7 @@ | |||||||
| # Process this file with autoconf to produce a configure script. | # Process this file with autoconf to produce a configure script. | ||||||
|  |  | ||||||
| AC_PREREQ(2.61) | AC_PREREQ(2.61) | ||||||
| AC_INIT(editline, 1.13.0, joachim.nilsson@vmlinux.org) | AC_INIT(editline, 1.13.0, troglobit@vmlinux.org) | ||||||
| AC_CONFIG_SRCDIR([src/editline.c]) | AC_CONFIG_SRCDIR([src/editline.c]) | ||||||
| AC_CONFIG_HEADER([config.h]) | AC_CONFIG_HEADER([config.h]) | ||||||
|  |  | ||||||
| @@ -20,14 +20,12 @@ AC_PROG_RANLIB | |||||||
|  |  | ||||||
| # Checks for header files. | # Checks for header files. | ||||||
| AC_HEADER_DIRENT | AC_HEADER_DIRENT | ||||||
|  | AC_HEADER_STAT | ||||||
| AC_HEADER_STDC | AC_HEADER_STDC | ||||||
| # Check for malloc.h instead of AC_FUNC_MALLOC/REALLOC AIX and others | # Check for malloc.h instead of AC_FUNC_MALLOC/REALLOC AIX and others | ||||||
| # mess up the traditional malloc check. | # mess up the traditional malloc check. | ||||||
| AC_CHECK_HEADERS([malloc.h signal.h sgtty.h stdlib.h string.h termio.h termios.h]) | AC_CHECK_HEADERS([malloc.h signal.h sgtty.h stdlib.h string.h termio.h termios.h]) | ||||||
|  |  | ||||||
| # Checks for typedefs, structures, and compiler characteristics. |  | ||||||
| AC_HEADER_STAT |  | ||||||
|  |  | ||||||
| # Overrides and types, should be a check. | # Overrides and types, should be a check. | ||||||
| AC_DEFINE([SYS_UNIX], [1], [Default to UNIX backend, should be detected.]) | AC_DEFINE([SYS_UNIX], [1], [Default to UNIX backend, should be detected.]) | ||||||
| AC_DEFINE([HIDE], [1], [Enable static keyword, hides internal methods.]) | AC_DEFINE([HIDE], [1], [Enable static keyword, hides internal methods.]) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joachim Nilsson
					Joachim Nilsson