/[gnats]/gnats/send-pr/configure
ViewVC logotype

Diff of /gnats/send-pr/configure

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

revision 1.9 by chewie, Thu Nov 18 04:22:49 2004 UTC revision 1.9.2.1 by chewie, Sat Sep 24 20:01:49 2005 UTC
# Line 273  PACKAGE_VERSION='4.1.0' Line 273  PACKAGE_VERSION='4.1.0'
273  PACKAGE_STRING='send-pr 4.1.0'  PACKAGE_STRING='send-pr 4.1.0'
274  PACKAGE_BUGREPORT='bug-gnats@gnu.org'  PACKAGE_BUGREPORT='bug-gnats@gnu.org'
275    
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 DEFAULT_RELEASE DEFAULT_ORGANIZATION DEFAULT_MAIL_AGENT SUBMITTER ECHON EMACS lispdir PASSWD MKTEMP SENDMAIL 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 DEFAULT_RELEASE DEFAULT_ORGANIZATION DEFAULT_MAIL_AGENT SUBMITTER ECHON EMACS EMACSLOADPATH lispdir PASSWD MKTEMP SENDMAIL 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 788  Optional Packages: Line 796  Optional Packages:
796    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
797    --with-organization=name      Sets the default organization to NAME    --with-organization=name      Sets the default organization to NAME
798    --with-submitter=name Sets the default submitter to NAME    --with-submitter=name Sets the default submitter to NAME
799      --with-lispdir          override the default lisp directory
800    
801    Some influential environment variables:
802      EMACS       the Emacs editor command
803      EMACSLOADPATH
804                  the Emacs library search path
805    
806    Use these variables to override the choices made by `configure' or to help
807    it to find libraries and programs with nonstandard names/locations.
808    
809  Report bugs to <bug-gnats@gnu.org>.  Report bugs to <bug-gnats@gnu.org>.
810  _ACEOF  _ACEOF
# Line 1355  test -z "$INSTALL_DATA" && INSTALL_DATA= Line 1372  test -z "$INSTALL_DATA" && INSTALL_DATA=
1372    
1373    
1374    
1375  # If set to t, that means we are running in a shell under Emacs.   # If set to t, that means we are running in a shell under Emacs.
1376    # If you have an Emacs named "t", then use the full path.   # If you have an Emacs named "t", then use the full path.
1377    test "$EMACS" = t && EMACS=   test x"$EMACS" = xt && EMACS=
1378    for ac_prog in emacs xemacs   for ac_prog in emacs xemacs
1379  do  do
1380    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
1381  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
1382  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1383  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1384  if test "${ac_cv_path_EMACS+set}" = set; then  if test "${ac_cv_prog_EMACS+set}" = set; then
1385    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1386  else  else
1387    case $EMACS in    if test -n "$EMACS"; then
1388    [\\/]* | ?:[\\/]*)    ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
1389    ac_cv_path_EMACS="$EMACS" # Let the user override the test with a path.  else
1390    ;;  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   *)  
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  
1391  for as_dir in $PATH  for as_dir in $PATH
1392  do  do
1393    IFS=$as_save_IFS    IFS=$as_save_IFS
1394    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1395    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1396    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1397      ac_cv_path_EMACS="$as_dir/$ac_word$ac_exec_ext"      ac_cv_prog_EMACS="$ac_prog"
1398      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1399      break 2      break 2
1400    fi    fi
1401  done  done
1402  done  done
1403    
   ;;  
 esac  
1404  fi  fi
1405  EMACS=$ac_cv_path_EMACS  fi
1406    EMACS=$ac_cv_prog_EMACS
1407  if test -n "$EMACS"; then  if test -n "$EMACS"; then
1408    echo "$as_me:$LINENO: result: $EMACS" >&5    echo "$as_me:$LINENO: result: $EMACS" >&5
1409  echo "${ECHO_T}$EMACS" >&6  echo "${ECHO_T}$EMACS" >&6
# Line 1403  fi Line 1416  fi
1416  done  done
1417  test -n "$EMACS" || EMACS="no"  test -n "$EMACS" || EMACS="no"
1418    
1419    if test $EMACS != "no"; then  
1420      echo "$as_me:$LINENO: checking where .elc files should go" >&5  
1421    
1422    # Check whether --with-lispdir or --without-lispdir was given.
1423    if test "${with_lispdir+set}" = set; then
1424      withval="$with_lispdir"
1425       lispdir="$withval"
1426       echo "$as_me:$LINENO: checking where .elc files should go" >&5
1427  echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6  echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
1428          lispdir="\$(datadir)/emacs/site-lisp"     echo "$as_me:$LINENO: result: $lispdir" >&5
     emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`  
     if test "x$prefix" = "xNONE"; then  
       if test -d $ac_default_prefix/share/$emacs_flavor/site-lisp; then  
         lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"  
       else  
         if test -d $ac_default_prefix/lib/$emacs_flavor/site-lisp; then  
           lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"  
         fi  
       fi  
     else  
       if test -d $prefix/share/$emacs_flavor/site-lisp; then  
         lispdir="\$(prefix)/share/$emacs_flavor/site-lisp"  
       else  
         if test -d $prefix/lib/$emacs_flavor/site-lisp; then  
           lispdir="\$(prefix)/lib/$emacs_flavor/site-lisp"  
         fi  
       fi  
     fi  
     echo "$as_me:$LINENO: result: $lispdir" >&5  
1429  echo "${ECHO_T}$lispdir" >&6  echo "${ECHO_T}$lispdir" >&6
1430    fi  else
1431    
1432     echo "$as_me:$LINENO: checking where .elc files should go" >&5
1433    echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
1434    if test "${am_cv_lispdir+set}" = set; then
1435      echo $ECHO_N "(cached) $ECHO_C" >&6
1436    else
1437    
1438       if test $EMACS != "no"; then
1439         if test x${lispdir+set} != xset; then
1440      # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly
1441      # Some emacsen will start up in interactive mode, requiring C-x C-c to exit,
1442      #  which is non-obvious for non-emacs users.
1443      # Redirecting /dev/null should help a bit; pity we can't detect "broken"
1444      #  emacsen earlier and avoid running this altogether.
1445      { (echo "$as_me:$LINENO: \$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) \"\\n\")) (setq load-path (cdr load-path)))' </dev/null >conftest.out") >&5
1446      ($EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out) 2>&5
1447      ac_status=$?
1448      echo "$as_me:$LINENO: \$? = $ac_status" >&5
1449      (exit $ac_status); }
1450            am_cv_lispdir=`sed -n \
1451           -e 's,/$,,' \
1452           -e '/.*\/lib\/x*emacs\/site-lisp$/{s,.*/lib/\(x*emacs/site-lisp\)$,${libdir}/\1,;p;q;}' \
1453           -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datadir}/\1,;p;q;}' \
1454           conftest.out`
1455           rm conftest.out
1456         fi
1457       fi
1458       test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp'
1459    
1460    fi
1461    echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5
1462    echo "${ECHO_T}$am_cv_lispdir" >&6
1463      lispdir="$am_cv_lispdir"
1464    
1465    fi;
1466    
1467    
1468    
1469  echo checking for echo -n  echo checking for echo -n
# Line 2235  s,@DEFAULT_MAIL_AGENT@,$DEFAULT_MAIL_AGE Line 2271  s,@DEFAULT_MAIL_AGENT@,$DEFAULT_MAIL_AGE
2271  s,@SUBMITTER@,$SUBMITTER,;t t  s,@SUBMITTER@,$SUBMITTER,;t t
2272  s,@ECHON@,$ECHON,;t t  s,@ECHON@,$ECHON,;t t
2273  s,@EMACS@,$EMACS,;t t  s,@EMACS@,$EMACS,;t t
2274    s,@EMACSLOADPATH@,$EMACSLOADPATH,;t t
2275  s,@lispdir@,$lispdir,;t t  s,@lispdir@,$lispdir,;t t
2276  s,@PASSWD@,$PASSWD,;t t  s,@PASSWD@,$PASSWD,;t t
2277  s,@MKTEMP@,$MKTEMP,;t t  s,@MKTEMP@,$MKTEMP,;t t

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

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