Fix build problems after removal of generated files.

Restore custom INSTALL file, accidentally removed in 295f901.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2015-09-10 12:37:03 +02:00
parent 474b9a6548
commit 9fbad9dbff
5 changed files with 54 additions and 1031 deletions

View File

@@ -14,18 +14,17 @@
AC_PREREQ(2.61)
AC_INIT(editline, 1.15.0-rc1, https://github.com/troglobit/editline/issues)
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/editline.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
# Prepare automake
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
# Silent "kernel" style build from automake 1.11 and later.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_FILES([Makefile src/Makefile include/Makefile man/Makefile examples/Makefile])
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
# Checks for libraries.
LT_INIT
@@ -87,5 +86,4 @@ AC_ARG_ENABLE(termcap,
AM_CFLAGS="-std=gnu99 $inline_cflags -W -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration $nopointersign_cflags -Wshadow -Wcast-qual"
AC_SUBST(AM_CFLAGS)
AC_OUTPUT(Makefile src/Makefile include/Makefile man/Makefile examples/Makefile)
AC_OUTPUT