Edit

kc3-lang/automake/configure.in

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-12-10 23:24:26
    Hash : 400dbe2d
    Message : New version. Don't allow distribution if NEWS file not up-to-date.

  • configure.in
  • dnl Process this file with autoconf to produce a configure script.
    AC_INIT(dist.am)
    dnl we use this for gettext
    dnl AC_CONFIG_HEADER(config.h)
    
    PACKAGE=automake
    AC_SUBST(PACKAGE)
    AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
    VERSION=0.26
    AC_SUBST(VERSION)
    AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
    ALL_LINGUAS=
    
    AC_ARG_PROGRAM
    fp_PROG_INSTALL
    
    AC_PATH_PROG(PERL, perl)
    if test -z "$PERL"; then
       echo "fatal error: perl not found" 1>&2
       exit 1
    fi
    
    dnl
    dnl NLS configuration.
    dnl
    
    dnl ud_GNU_GETTEXT
    dnl AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
    
    dnl
    dnl End of NLS configuration.
    dnl
    
    
    AC_OUTPUT([Makefile automake])
    dnl intl/Makefile po/Makefile.in],
    dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])