Index: configure.in
===================================================================
--- configure.in	(revision 11966)
+++ configure.in	(working copy)
@@ -15,18 +15,15 @@
 dnl all this must happen as part of m4, not as part of the shell code
 dnl contained in ./configure.
 dnl
-dnl NOTE: esyscmd() is a GNU M4 extension. Thus, we wrap it in an apprpriate
-dnl test. I believe this test will work, but I don't have a place with non-
-dnl GNU M4 to test it right now.
-dnl
+dnl NOTE: esyscmd() is a GNU M4 extension. This should be no problem, as
+dnl autoconf depends on it.
 dnl 
 define([subversion_version],
-dnl The following line is long and must be.  When this file is checked out with
+dnl The following line used to be long.  When this file is checked out with
 dnl CRLF line endings the carriage return ends up being interpreted as an
 dnl argument of its own and the script will fail.
-       ifdef([__gnu__],
-	     [esyscmd(python build/getversion.py subversion/include/svn_version.h)],
-	     [0.x]))
+       [esyscmd(python build/getversion.py subversion/include/svn_version.h)])
+
 AC_INIT(subversion, subversion_version, [http://subversion.tigris.org/])
 undefine([subversion_version])
 

