*** bash-2.05a/configure.in.orig Tue Feb 12 18:16:20 2002 --- bash-2.05a/configure.in Tue Feb 12 18:45:45 2002 *************** *** 7,12 **** --- 7,20 ---- # Copyright (C) 1987-2001 Free Software Foundation, Inc. + dnl ================================================================ + dnl This file was modified by SAKAIDA Masaaki. + dnl + dnl Change Logs + dnl 1. Add '../exec_sql/Makefile' into AC_OUTPUT. + dnl + dnl ================================================================ + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) *************** *** 879,888 **** #AC_SUBST(ALLOCA_SOURCE) #AC_SUBST(ALLOCA_OBJECT) ! AC_OUTPUT([Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \ lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile \ lib/tilde/Makefile doc/Makefile support/Makefile \ examples/loadables/Makefile examples/loadables/perl/Makefile], [ # Makefile uses this timestamp file to record whether config.h is up to date. echo timestamp > stamp-h --- 887,898 ---- #AC_SUBST(ALLOCA_SOURCE) #AC_SUBST(ALLOCA_OBJECT) ! AC_OUTPUT([../exec_sql/Makefile \ ! Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \ lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile \ lib/tilde/Makefile doc/Makefile support/Makefile \ examples/loadables/Makefile examples/loadables/perl/Makefile], + [ # Makefile uses this timestamp file to record whether config.h is up to date. echo timestamp > stamp-h