From de3fbe3e8d4dd2a89f7755906d76055784c437cc Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 13 May 2011 10:21:43 +0300 Subject: Drop gnulib. * bootstrap: Rewrite. * bootstrap.conf: Remove. * configure.ac: Remove gl_EARLY/gl_INIT * src/backup.c: New file. * src/txtacc.c (txtacc_finish): Make sure a new entry is appended only once to the list. * (all sources): Use grecs memory allocation functions. * src/wydawca.h" Include fnmatch.h and regex.h (backup_type): New enum. (simple_backup_suffix): New extern. (find_backup_file_name): New proto. * tests/bkupname.c: New file. * tests/backup00.at: New file. * tests/backup01.at: New file. * tests/backup02.at: New file. * tests/backup03.at: New file. * tests/Makefile.am: Add new tests. * tests/testsuite.at: Add new tests. * grecs: Update. --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7002fb9..344c3b8 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,6 @@ AM_SILENT_RULES([yes]) # Checks for programs. AC_PROG_CC -gl_EARLY -AC_PROG_LEX -AC_PROG_YACC AC_PROG_RANLIB # Checks for libraries. @@ -47,7 +44,6 @@ AC_TYPE_SIZE_T AC_HEADER_STDBOOL # Checks for library functions. -gl_INIT AC_FUNC_FORK AC_FUNC_MALLOC AC_FUNC_MEMCMP @@ -135,7 +131,6 @@ fi AC_CONFIG_FILES([Makefile doc/Makefile - gnu/Makefile src/Makefile etc/Makefile]) -- cgit v1.2.1