m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/bootstrap,v


From: Eric Blake
Subject: Changes to m4/bootstrap,v
Date: Fri, 08 Sep 2006 15:47:14 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/08 15:47:13

Index: bootstrap
===================================================================
RCS file: /sources/m4/m4/bootstrap,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- bootstrap   25 Aug 2006 18:02:17 -0000      1.38
+++ bootstrap   8 Sep 2006 15:47:13 -0000       1.39
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# bootstrap (GNU M4) version 2006-08-25
+# bootstrap (GNU M4) version 2006-09-08
 # Written by Gary V. Vaughan  <address@hidden>
 
 # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -226,17 +226,6 @@
     esac
   done
 
-  if test -z "$sendmail_to"; then
-
-    # can't have a from address without a destination address
-    test -n "$sendmail_from" &&
-      func_error "can't use --from without --sendmail." && exit_cmd=exit
-
-    # can't use a signature file without a destination address
-    test -n "$signature_file" &&
-      func_error "can't use --signature without --sendmail." && exit_cmd=exit
-  fi
-
   # Bail if the options were screwed
   $exit_cmd $EXIT_FAILURE
 }
@@ -401,15 +390,9 @@
 AUTOPOINT=true $AUTORECONF --force --verbose --install --no-recursive
 
 
-## ---------- ##
-## testsuite. ##
-## ---------- ##
-
-(
-  func_echo "generating testsuite"
-  cd tests
-  $AWK -f ./generate.awk ../doc/m4.texinfo > generated.at
-)
+## ------- ##
+## Wrapup. ##
+## ------- ##
 
 if test x"$DOWNLOAD_PO" != xno; then
   func_echo "If your pofiles are up-to-date, you can rerun bootstrap"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]