X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f858db9ff15f4de206a683e730ebf52ca89916fe..refs/heads/wip:/admin/build-configs diff --git a/admin/build-configs b/admin/build-configs index da24a2d79f..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 -# 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; @@ -97,4 +98,3 @@ foreach $config (@configs) # mode: cperl # End: -# arch-tag: 20a4452d-610a-4e54-9abc-ffe79f5c0d30