comparison configure.in @ 2548:b50cc31aa0cd

[project @ 1996-11-20 06:43:26 by jwe]
author jwe
date Wed, 20 Nov 1996 06:46:07 +0000
parents 2e5adf62c4d9
children c097977bca6f
comparison
equal deleted inserted replaced
2547:3e63aae0ccd5 2548:b50cc31aa0cd
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.234 $) 24 AC_REVISION($Revision: 1.235 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
809 AC_STRUCT_ST_RDEV 809 AC_STRUCT_ST_RDEV
810 AC_STRUCT_TM 810 AC_STRUCT_TM
811 AC_STRUCT_TIMEZONE 811 AC_STRUCT_TIMEZONE
812 AC_FUNC_CLOSEDIR_VOID 812 AC_FUNC_CLOSEDIR_VOID
813 813
814 OCTAVE_STRUCT_GR_PASSWD
815
814 TERMLIBS="" 816 TERMLIBS=""
815 for termlib in termcap terminfo ncurses curses termlib; do 817 for termlib in termcap terminfo ncurses curses termlib; do
816 AC_CHECK_LIB(${termlib}, tputs, [TERMLIBS="${TERMLIBS} -l${termlib}"]) 818 AC_CHECK_LIB(${termlib}, tputs, [TERMLIBS="${TERMLIBS} -l${termlib}"])
817 case "${TERMLIBS}" in 819 case "${TERMLIBS}" in
818 *-l${termlib}*) 820 *-l${termlib}*)