]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Feb 2006 08:59:37 +0000 (08:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Feb 2006 08:59:37 +0000 (08:59 +0000)
14 files changed:
Makefile.in
bin/Makefile.in
config/Makefile.in
configure
doc/Makefile.in
lib/Autom4te/Makefile.in
lib/Makefile.in
lib/autoconf/Makefile.in
lib/autoscan/Makefile.in
lib/autotest/Makefile.in
lib/emacs/Makefile.in
lib/m4sugar/Makefile.in
man/Makefile.in
tests/Makefile.in

index 46ddfc0a18366615a57e603b812d51583d4a6d62..c61d9c22b32d6c0621a19f263a21aeac10adb95e 100644 (file)
@@ -118,7 +118,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index e947afd0cfc5e85efee45318acd0405866e09789..50ec3e95bbb3cd826868cc70e9dc3a537dab1f06 100644 (file)
@@ -92,7 +92,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index ab27f0ead13cb8af420553817fa472b8b6cf258a..e31b6401420d348aab3122532bd2fac4bde9aa54 100644 (file)
@@ -87,7 +87,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index 755748b0deb2e59c2e3cb4f269a5bbe9546d7488..7c89ec793f2ba4545167dc26323da8a57c1df513 100755 (executable)
--- a/configure
+++ b/configure
@@ -5,7 +5,7 @@
 # Report bugs to <bug-autoconf@gnu.org>.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 ## --------------------- ##
@@ -20,8 +20,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
-elif test -n "${BASH_VERSION+set}${KSH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-  set -o posix
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
 BIN_SH=xpg4; export BIN_SH # for Tru64
 DUALCASE=1; export DUALCASE # for MKS sh
@@ -122,10 +122,19 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(/\)$' \| \
         .     : '\(.\)' 2>/dev/null ||
 echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
-         /^X\/\(\/\).*/{ s//\1/; q; }
-         s/.*/./; q'`
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+           s//\1/
+           q
+         }
+         /^X\/\(\/\/\)$/{
+           s//\1/
+           q
+         }
+         /^X\/\(\/\).*/{
+           s//\1/
+           q
+         }
+         s/.*/./; q'`
 
 
 
@@ -220,8 +229,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
-elif test -n "${BASH_VERSION+set}${KSH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-  set -o posix
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
 BIN_SH=xpg4; export BIN_SH # for Tru64
 DUALCASE=1; export DUALCASE # for MKS sh
@@ -240,8 +249,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
-elif test -n "${BASH_VERSION+set}${KSH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-  set -o posix
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
 BIN_SH=xpg4; export BIN_SH # for Tru64
 DUALCASE=1; export DUALCASE # for MKS sh
@@ -413,15 +422,15 @@ test \$exitcode = 0") || {
     /[$]LINENO/=
   ' <$as_myself |
     sed '
-      s,[$]LINENO.*,&-,
+      s/[$]LINENO.*/&-/
       t lineno
       b
       :lineno
       N
       :loop
-      s,[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\),\2\1\2,
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
       t loop
-      s,-\n.*,,
+      s/-\n.*//
     ' >$as_me.lineno &&
   chmod +x $as_me.lineno ||
     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
@@ -520,7 +529,9 @@ ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 # Initializations.
 #
 ac_default_prefix=/usr/local
+ac_clean_files=
 ac_config_libobj_dir=.
+LIBOBJS=
 cross_compiling=no
 subdirs=
 MFLAGS=
@@ -585,7 +596,6 @@ AUTOHEADER
 MAKEINFO
 install_sh
 STRIP
-ac_ct_STRIP
 INSTALL_STRIP_PROGRAM
 mkdir_p
 AWK
@@ -1059,11 +1069,23 @@ $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$0" : 'X\(/\)' \| \
         .     : '\(.\)' 2>/dev/null ||
 echo X"$0" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-         /^X\(\/\/\)$/{ s//\1/; q; }
-         /^X\(\/\).*/{ s//\1/; q; }
-         s/.*/./; q'`
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           q
+         }
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           q
+         }
+         /^X\(\/\/\)$/{
+           s//\1/
+           q
+         }
+         /^X\(\/\).*/{
+           s//\1/
+           q
+         }
+         s/.*/./; q'`
   srcdir=$ac_confdir
   if test ! -r "$srcdir/$ac_unique_file"; then
     srcdir=..
@@ -1257,7 +1279,7 @@ GNU Autoconf configure 2.59c
 generated by GNU Autoconf 2.59c
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 _ACEOF
@@ -1854,6 +1876,7 @@ else
 echo "${ECHO_T}no" >&6; }
 fi
 
+
   test -n "$AWK" && break
 done
 
@@ -1987,6 +2010,7 @@ else
 echo "${ECHO_T}no" >&6; }
 fi
 
+
 fi
 if test -z "$ac_cv_prog_STRIP"; then
   ac_ct_STRIP=$STRIP
@@ -2144,8 +2168,6 @@ done
   ;;
 esac
 fi
-EXPR=$ac_cv_path_EXPR
-
 if test -n "$EXPR"; then
   { echo "$as_me:$LINENO: result: $EXPR" >&5
 echo "${ECHO_T}$EXPR" >&6; }
@@ -2154,6 +2176,8 @@ else
 echo "${ECHO_T}no" >&6; }
 fi
 
+EXPR=$ac_cv_path_EXPR
+
 
 
 ## ---- ##
@@ -2195,8 +2219,6 @@ done
   ;;
 esac
 fi
-M4=$ac_cv_path_M4
-
 if test -n "$M4"; then
   { echo "$as_me:$LINENO: result: $M4" >&5
 echo "${ECHO_T}$M4" >&6; }
@@ -2205,6 +2227,8 @@ else
 echo "${ECHO_T}no" >&6; }
 fi
 
+M4=$ac_cv_path_M4
+
   test -n "$M4" && break
 done
 test -n "$M4" || M4="m4"
@@ -2275,8 +2299,6 @@ done
   ;;
 esac
 fi
-PERL=$ac_cv_path_PERL
-
 if test -n "$PERL"; then
   { echo "$as_me:$LINENO: result: $PERL" >&5
 echo "${ECHO_T}$PERL" >&6; }
@@ -2285,6 +2307,8 @@ else
 echo "${ECHO_T}no" >&6; }
 fi
 
+PERL=$ac_cv_path_PERL
+
 if test "$PERL" = no; then
   { { echo "$as_me:$LINENO: error: perl is not found" >&5
 echo "$as_me: error: perl is not found" >&2;}
@@ -2342,6 +2366,7 @@ else
 echo "${ECHO_T}no" >&6; }
 fi
 
+
   test -n "$TEST_EMACS" && break
 done
 test -n "$TEST_EMACS" || TEST_EMACS="no"
@@ -2426,6 +2451,7 @@ else
 echo "${ECHO_T}no" >&6; }
 fi
 
+
   test -n "$EMACS" && break
 done
 test -n "$EMACS" || EMACS="no"
@@ -2481,7 +2507,6 @@ fi
 
 
 
-
 ## ------------ ##
 ## Grep & sed.  ##
 ## ------------ ##
@@ -2499,8 +2524,7 @@ else
   ac_path_GREP_found=false
 # Loop through the user's path and test for each of PROGNAME-LIST
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$PATH:/usr/xpg4/bin"
-for as_dir in $as_dummy
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
@@ -2548,8 +2572,8 @@ fi
 
 GREP="$ac_cv_path_GREP"
 if test -z "$GREP"; then
-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH:/usr/xpg4/bin" >&5
-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH:/usr/xpg4/bin" >&2;}
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -2581,8 +2605,7 @@ else
   ac_path_EGREP_found=false
 # Loop through the user's path and test for each of PROGNAME-LIST
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$PATH:/usr/xpg4/bin"
-for as_dir in $as_dummy
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
@@ -2630,8 +2653,8 @@ fi
 
 EGREP="$ac_cv_path_EGREP"
 if test -z "$EGREP"; then
-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH:/usr/xpg4/bin" >&5
-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH:/usr/xpg4/bin" >&2;}
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -2802,16 +2825,16 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 cat >confdef2opt.sed <<\_ACEOF
 t clear
 :clear
-s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
+s/^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
 t quote
-s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
+s/^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
 t quote
 d
 :quote
-s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
-s,\[,\\&,g
-s,\],\\&,g
-s,\$,$$,g
+s/[     `~#$^&*(){}\\|;'"<>?]/\\&/g
+s/\[/\\&/g
+s/\]/\\&/g
+s/\$/$$/g
 p
 _ACEOF
 # We use echo to avoid assuming a particular line-breaking character.
@@ -2873,8 +2896,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
-elif test -n "${BASH_VERSION+set}${KSH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-  set -o posix
+else
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
 BIN_SH=xpg4; export BIN_SH # for Tru64
 DUALCASE=1; export DUALCASE # for MKS sh
@@ -2975,10 +2998,19 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(/\)$' \| \
         .     : '\(.\)' 2>/dev/null ||
 echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
-         /^X\/\(\/\).*/{ s//\1/; q; }
-         s/.*/./; q'`
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+           s//\1/
+           q
+         }
+         /^X\/\(\/\/\)$/{
+           s//\1/
+           q
+         }
+         /^X\/\(\/\).*/{
+           s//\1/
+           q
+         }
+         s/.*/./; q'`
 
 
 
@@ -3003,15 +3035,15 @@ echo X/"$0" |
     /[$]LINENO/=
   ' <$as_myself |
     sed '
-      s,[$]LINENO.*,&-,
+      s/[$]LINENO.*/&-/
       t lineno
       b
       :lineno
       N
       :loop
-      s,[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\),\2\1\2,
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
       t loop
-      s,-\n.*,,
+      s/-\n.*//
     ' >$as_me.lineno &&
   chmod +x $as_me.lineno ||
     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
@@ -3155,7 +3187,7 @@ GNU Autoconf config.status 2.59c
 configured by $0, generated by GNU Autoconf 2.59c,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
-Copyright (C) 2005 Free Software Foundation, Inc.
+Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 
@@ -3233,7 +3265,9 @@ _ASBOX
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 if \$ac_cs_recheck; then
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+  CONFIG_SHELL=$SHELL
+  export CONFIG_SHELL
   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 fi
 _ACEOF
@@ -3280,15 +3314,20 @@ fi
 # simply because there is no reason against having it here, and in addition,
 # creating and moving files from /tmp can sometimes cause problems.
 # Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
 $debug ||
 {
-  trap 'exit_status=$?; rm -fr "$tmp" && exit $exit_status' 0
+  tmp=
+  trap 'exit_status=$?
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
+' 0
   trap '{ (exit 1); exit 1; }' 1 2 13 15
 }
 # Create a (secure) tmp directory for tmp files.
 
 {
-  tmp=`(umask 077 && mktemp -d -q "./confXXXXXX") 2>/dev/null` &&
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   test -n "$tmp" && test -d "$tmp"
 }  ||
 {
@@ -3365,7 +3404,6 @@ AUTOHEADER!$AUTOHEADER$ac_delim
 MAKEINFO!$MAKEINFO$ac_delim
 install_sh!$install_sh$ac_delim
 STRIP!$STRIP$ac_delim
-ac_ct_STRIP!$ac_ct_STRIP$ac_delim
 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 mkdir_p!$mkdir_p$ac_delim
 AWK!$AWK$ac_delim
@@ -3390,7 +3428,7 @@ LIBOBJS!$LIBOBJS$ac_delim
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `grep -c "$ac_delim\$" conf$$subs.sed` = 73; then
+  if test `grep -c "$ac_delim\$" conf$$subs.sed` = 72; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
@@ -3401,8 +3439,11 @@ echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
   fi
 done
 
-ac_eof=`sed -n '/^CEOF0-9*$/s/CEOF//p' conf$$subs.sed | sort -nru | sed 1q`
-ac_eof=`expr 0$ac_eof + 1`
+ac_eof=
+if grep '^CEOF$' conf$$subs.sed >/dev/null; then
+  ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF//p' conf$$subs.sed | sort -nru | sed 1q`
+  ac_eof=`expr 0$ac_eof + 1`
+fi
 
 cat >>$CONFIG_STATUS <<_ACEOF
 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
@@ -3431,12 +3472,12 @@ _ACEOF
 # (actually we leave an empty line to preserve line numbers).
 if test "x$srcdir" = x.; then
   ac_vpsub='/^[         ]*VPATH[        ]*=/{
-s/:*\$(srcdir):*/:/;
-s/:*\${srcdir}:*/:/;
-s/:*@srcdir@:*/:/;
-s/^\([^=]*=[    ]*\):*/\1/;
-s/:*$//;
-s/^[^=]*=[      ]*$//;
+s/:*\$(srcdir):*/:/
+s/:*\${srcdir}:*/:/
+s/:*@srcdir@:*/:/
+s/^\([^=]*=[    ]*\):*/\1/
+s/:*$//
+s/^[^=]*=[      ]*$//
 }'
 fi
 
@@ -3512,11 +3553,23 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$ac_file" : 'X\(/\)' \| \
         .     : '\(.\)' 2>/dev/null ||
 echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-         /^X\(\/\/\)$/{ s//\1/; q; }
-         /^X\(\/\).*/{ s//\1/; q; }
-         s/.*/./; q'`
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           q
+         }
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           q
+         }
+         /^X\(\/\/\)$/{
+           s//\1/
+           q
+         }
+         /^X\(\/\).*/{
+           s//\1/
+           q
+         }
+         s/.*/./; q'`
   { if $as_mkdir_p; then
     test -d "$ac_dir" || mkdir -p "$ac_dir"
   else
@@ -3531,11 +3584,23 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$as_dir" : 'X\(/\)' \| \
         .     : '\(.\)' 2>/dev/null ||
 echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-         /^X\(\/\/\)$/{ s//\1/; q; }
-         /^X\(\/\).*/{ s//\1/; q; }
-         s/.*/./; q'`
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+           s//\1/
+           q
+         }
+         /^X\(\/\/\)[^/].*/{
+           s//\1/
+           q
+         }
+         /^X\(\/\/\)$/{
+           s//\1/
+           q
+         }
+         /^X\(\/\).*/{
+           s//\1/
+           q
+         }
+         s/.*/./; q'`
     done
     test ! -n "$as_dirs" || mkdir $as_dirs
   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
index 797d028768d6603a6d80ae65edd62effc62b4ad0..22b1d683ce4fffa1f498da9eaa14fbe23e85f188 100644 (file)
@@ -100,7 +100,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index 88ed3a88fe087cef4a4cfab4fc9415aeab0bbbb2..8769410f9221d153f10116143944acdb18f43fb5 100644 (file)
@@ -98,7 +98,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index f2c4b30ef86ee91f693c762e974c3f43051d45ea..2c85f897faffc17da864c8ea754f04a098815434 100644 (file)
@@ -104,7 +104,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index de697b3860f5954e0059f2685d774fc70913a8e6..6fc363dc979c0fcaf8825be2706019797f44862d 100644 (file)
@@ -100,7 +100,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
@@ -138,7 +137,7 @@ dist_autoconflib_DATA = \
        autoconf.m4 \
        general.m4 status.m4 oldnames.m4 specific.m4 \
        autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 \
-       lang.m4 c.m4 fortran.m4 \
+       lang.m4 c.m4 erlang.m4 fortran.m4 \
        functions.m4 headers.m4 types.m4 libs.m4 programs.m4
 
 nodist_autoconflib_DATA = autoconf.m4f
index 50b99f96a94347c10f362d5c06213ced12db3de1..2c15e32ebcfbd8d310203a085a2eb215d22e37a3 100644 (file)
@@ -96,7 +96,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index b88a304449aeb0c23404bb7c33b1720c847c75d8..fe15c4b4fe4c6e3c4664ceb40083281b5fb7c102 100644 (file)
@@ -100,7 +100,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index 6bf6b1b07842f0ebe290d635c4f6173fd947fd09..1d5717b1ac18c4fd175c8cefae18cf67b16cb4b1 100644 (file)
@@ -100,7 +100,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index 74056810996a91677420ebc7e33e051264ff44bf..2e57f8c41c64ad0a1a4082dd7fb6c7d50e12b488 100644 (file)
@@ -100,7 +100,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index 79bd2f6df7847776b421aebdc94191780a1164c7..058cda2f848f15362c075b7e8c096777879fbafb 100644 (file)
@@ -90,7 +90,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@
index 00025f9fba5bcf0046ef6869fd730c3825d1bac8..819c9a0b74054842c85cfd4549f2bd4d788101e3 100644 (file)
@@ -86,7 +86,6 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TEST_EMACS = @TEST_EMACS@
 VERSION = @VERSION@
-ac_ct_STRIP = @ac_ct_STRIP@
 ac_cv_sh_n_works = @ac_cv_sh_n_works@
 am__leading_dot = @am__leading_dot@
 am__tar = @am__tar@