Changeset ef0124 in git for Singular/configure.in


Ignore:
Timestamp:
May 5, 2000, 8:40:34 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ba9453910d26fdb676fa083bc02d866111ea5ece
Parents:
f9bfec9b7263804ac776257b32087185168b1000
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@4290 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure.in

    rf9bfec ref0124  
    4848SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-1}
    4949SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-3}
    50 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-7}
     50SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-8}
    5151SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}"
    52 VERSION_DATE=${VERSION_DATE:-"March 2000"}
     52VERSION_DATE=${VERSION_DATE:-"May 2000"}
    5353
    5454dnl pass them on into the Makefiles
     
    8585AC_PROG_CPP
    8686AC_PROG_CXX
     87AC_PROG_INSTALL
    8788AC_AIX
    8889
     
    173174# expand bindir
    174175test "x$bindir" = 'x${exec_prefix}/bin' && bindir="${exec_prefix}"
    175 SINGULAR=${SINGULAR:-$bindir/Singular-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}${EXEC_EXT}
     176SINGULAR=${SINGULAR:-$bindir/Singular-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}
    176177AC_SUBST(SINGULAR)
    177178AC_DEFINE_UNQUOTED(S_BIN_DIR, "${bindir}")
     
    575576      AC_TRY_LINK(
    576577#include <stdio.h>
    577 ,
     578extern "C"
     579{
    578580extern char * rl_readline_name;
    579581extern char *rl_line_buffer;
     
    586588void add_history ();
    587589int write_history ();
     590int read_history();
     591}
    588592#ifndef NULL
    589593#define NULL 0
    590594#endif
    591  rl_readline_name=NULL;
     595,
     596rl_readline_name=NULL;
    592597*rl_line_buffer=1;
    593598completion_matches(NULL, filename_completion_function);
Note: See TracChangeset for help on using the changeset viewer.