X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7c82f3e23e37cc848a38b1f8be7149fd672a6393..d29d249207dbb944ea93275ea8b8ea07f59c1e82:/admin/build-configs diff --git a/admin/build-configs b/admin/build-configs index edabf47fe1..6a36941669 100755 --- a/admin/build-configs +++ b/admin/build-configs @@ -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-2014 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;