]> code.delx.au - gnu-emacs/blobdiff - admin/build-configs
* test/lisp/help-fns-tests.el: Add several tests for 'describe-function'.
[gnu-emacs] / admin / build-configs
index edabf47fe1fd61213e0c100d570a250fe08040b8..928ea4f2e0b30b617edc13071feadc051b1d8ab2 100755 (executable)
@@ -1,8 +1,7 @@
 #! /usr/bin/perl
 # Build Emacs in several different configurations.
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-#   Free Software Foundation, Inc.
+# Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -21,6 +20,8 @@
 
 
 require 5;
+use strict;
+use warnings;
 use Getopt::Long;
 use File::Basename;
 use Cwd;