Logo
Explore Help
Sign In
zhangyiss/editline
1
0
Fork 0
You've already forked editline
mirror of https://github.com/troglobit/editline.git synced 2025-12-16 02:54:46 +08:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
00dd651835b106258a460cb29b70139eb6257ae4
editline/examples/Makefile.am

7 lines
176 B
Makefile
Raw Normal View History

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.
2008-06-09 00:17:48 +02:00
AUTOMAKE_OPTIONS = foreign
Migrate to libtool and regenerate configure script
2010-07-17 22:00:06 +02:00
noinst_PROGRAMS = testit cli
LDADD = $(top_builddir)/src/libeditline.la
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
Add standard GNU configure and build system (autoconf+automake). Enable termio backend in sysunix.c (HAVE_TERMIO_H) Modify original sources to fit standard macros defined in config.h
2008-06-07 21:03:48 +02:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 29ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API