Merge remote-tracking branch 'origin/master' into njsf-cov
[sxemacs] / autogen.sh
index dd0b657..5bd7a2e 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-
 # Configure script bootstrap for SXEmacs
 #
 # Copyright (C) 2005, 2006, 2007 Steve Youngs.
@@ -24,7 +23,6 @@
 # Parts of SXEmacs are also distributed under a BSD-like licence.
 # Check file headers for more information.
 
-
 # BSD's m4 probably isn't gonna cut it, use gm4 if it is available
 type gm4 >/dev/null 2>&1 && M4=gm4 || M4=m4