Updated copyright notice to 2013
[xboard.git] / autogen.sh
index 4b7da24..a3117f0 100755 (executable)
@@ -2,7 +2,7 @@
 
 # This file is part of GNU XBoard.
 # 
-# Copyright 2009 Free Software Foundation, Inc.
+# Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
 # 
 # GNU XBoard is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 # 
 #  See the file ChangeLog for a revision history. 
 
-aclocal \
+aclocal -I m4 \
 && autoheader \
 && automake --add-missing \
-&& autoconf
\ No newline at end of file
+&& autoconf