]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Add --verbose flag.
authorJim Blandy <jimb@redhat.com>
Thu, 24 Jun 1993 01:52:49 +0000 (01:52 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 24 Jun 1993 01:52:49 +0000 (01:52 +0000)
configure1.in

index cf73c1b378d6f0587fd093b6d1b33087e3950c0f..cf90d936b40db5e87d3b99996f20d47ccb3e3c42 100755 (executable)
@@ -262,6 +262,11 @@ Set it to either \`yes' or \`no'."
          exec_prefix="${val}"
         ;;
 
+       ## Verbose flag, tested by autoconf macros.
+       "verbose" )
+         verbose=yes
+       ;;
+
        ## Has the user asked for some help?
        "usage" | "help" )
          echo "${short_usage}" | more