/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.236 by akim, Thu Feb 20 16:57:47 2003 UTC revision 1.237 by akim, Tue Apr 1 07:24:39 2003 UTC
# Line 273  PACKAGE_STRING='GNU Autoconf 2.57a' Line 273  PACKAGE_STRING='GNU Autoconf 2.57a'
273  PACKAGE_BUGREPORT='bug-autoconf@gnu.org'  PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
274    
275  ac_unique_file="ChangeLog"  ac_unique_file="ChangeLog"
276  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE EXPR M4 HELP2MAN PERL EMACS lispdir LIBOBJS LTLIBOBJS'  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot EXPR M4 HELP2MAN PERL EMACS EMACSLOADPATH lispdir LIBOBJS LTLIBOBJS'
277  ac_subst_files=''  ac_subst_files=''
278    
279  # Initialize some variables set by options.  # Initialize some variables set by options.
# Line 714  ac_env_target_alias_set=${target_alias+s Line 714  ac_env_target_alias_set=${target_alias+s
714  ac_env_target_alias_value=$target_alias  ac_env_target_alias_value=$target_alias
715  ac_cv_env_target_alias_set=${target_alias+set}  ac_cv_env_target_alias_set=${target_alias+set}
716  ac_cv_env_target_alias_value=$target_alias  ac_cv_env_target_alias_value=$target_alias
717    ac_env_EMACS_set=${EMACS+set}
718    ac_env_EMACS_value=$EMACS
719    ac_cv_env_EMACS_set=${EMACS+set}
720    ac_cv_env_EMACS_value=$EMACS
721    ac_env_EMACSLOADPATH_set=${EMACSLOADPATH+set}
722    ac_env_EMACSLOADPATH_value=$EMACSLOADPATH
723    ac_cv_env_EMACSLOADPATH_set=${EMACSLOADPATH+set}
724    ac_cv_env_EMACSLOADPATH_value=$EMACSLOADPATH
725    
726  #  #
727  # Report the --help message.  # Report the --help message.
# Line 793  Optional Packages: Line 801  Optional Packages:
801    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
802    --with-lispdir          Override the default lisp directory    --with-lispdir          Override the default lisp directory
803    
804    Some influential environment variables:
805      EMACS       the Emacs editor command
806      EMACSLOADPATH
807                  the Emacs library search path
808    
809    Use these variables to override the choices made by `configure' or to help
810    it to find libraries and programs with nonstandard names/locations.
811    
812  Report bugs to <bug-autoconf@gnu.org>.  Report bugs to <bug-autoconf@gnu.org>.
813  _ACEOF  _ACEOF
814  fi  fi
# Line 1237  ac_configure="$SHELL $ac_aux_dir/configu Line 1253  ac_configure="$SHELL $ac_aux_dir/configu
1253            ac_config_files="$ac_config_files config/Makefile"            ac_config_files="$ac_config_files config/Makefile"
1254    
1255    
1256  am__api_version="1.7"  am__api_version="1.7a"
1257  # Find a good install program.  We prefer a C program (faster),  # Find a good install program.  We prefer a C program (faster),
1258  # so one script is as good as another.  But avoid the broken or  # so one script is as good as another.  But avoid the broken or
1259  # incompatible versions:  # incompatible versions:
# Line 1456  echo "${ECHO_T}no" >&6 Line 1472  echo "${ECHO_T}no" >&6
1472    SET_MAKE="MAKE=${MAKE-make}"    SET_MAKE="MAKE=${MAKE-make}"
1473  fi  fi
1474    
1475    rm -rf .tst 2>/dev/null
1476    mkdir .tst 2>/dev/null
1477    if test -d .tst; then
1478      am__leading_dot=.
1479    else
1480      am__leading_dot=_
1481    fi
1482    rmdir .tst 2>/dev/null
1483    
1484   # test to see if srcdir already configured   # test to see if srcdir already configured
1485  if test "`cd $srcdir && pwd`" != "`pwd`" &&  if test "`cd $srcdir && pwd`" != "`pwd`" &&
1486     test -f $srcdir/config.status; then     test -f $srcdir/config.status; then
# Line 1475  fi Line 1500  fi
1500    
1501    
1502  # Define the identity of the package.  # Define the identity of the package.
1503   PACKAGE=autoconf   PACKAGE='autoconf'
1504   VERSION=2.57a   VERSION='2.57a'
1505    
1506    
1507  cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
# Line 1892  fi Line 1917  fi
1917  done  done
1918  test -n "$EMACS" || EMACS="no"  test -n "$EMACS" || EMACS="no"
1919    
1920    
1921    
1922   if test $EMACS != "no"; then   if test $EMACS != "no"; then
1923     if test x${lispdir+set} != xset; then     if test x${lispdir+set} != xset; then
1924       echo "$as_me:$LINENO: checking where .elc files should go" >&5       echo "$as_me:$LINENO: checking where .elc files should go" >&5
# Line 2610  s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t Line 2637  s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2637  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2638  s,@AWK@,$AWK,;t t  s,@AWK@,$AWK,;t t
2639  s,@SET_MAKE@,$SET_MAKE,;t t  s,@SET_MAKE@,$SET_MAKE,;t t
2640    s,@am__leading_dot@,$am__leading_dot,;t t
2641  s,@EXPR@,$EXPR,;t t  s,@EXPR@,$EXPR,;t t
2642  s,@M4@,$M4,;t t  s,@M4@,$M4,;t t
2643  s,@HELP2MAN@,$HELP2MAN,;t t  s,@HELP2MAN@,$HELP2MAN,;t t
2644  s,@PERL@,$PERL,;t t  s,@PERL@,$PERL,;t t
2645  s,@EMACS@,$EMACS,;t t  s,@EMACS@,$EMACS,;t t
2646    s,@EMACSLOADPATH@,$EMACSLOADPATH,;t t
2647  s,@lispdir@,$lispdir,;t t  s,@lispdir@,$lispdir,;t t
2648  s,@LIBOBJS@,$LIBOBJS,;t t  s,@LIBOBJS@,$LIBOBJS,;t t
2649  s,@LTLIBOBJS@,$LTLIBOBJS,;t t  s,@LTLIBOBJS@,$LTLIBOBJS,;t t

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.237

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26