]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fix typo
authorStepan Kasal <kasal@ucw.cz>
Mon, 6 Jun 2005 09:36:11 +0000 (09:36 +0000)
committerStepan Kasal <kasal@ucw.cz>
Mon, 6 Jun 2005 09:36:11 +0000 (09:36 +0000)
lib/autoconf/status.m4

index 536f627d09a6f82f44efa4644a69339aebcd94c2..1f1ec5f90c43c2649ad9ddc718367cf0195ae8b7 100644 (file)
@@ -582,7 +582,7 @@ uniq confdefs.h |
 echo '[s,^[     #]*u.*,/* & */,]' >>conftest.defines
 
 # Break up conftest.defines:
-ac_max_sed_lines=m4_expr(_AC_SED_CMD_LIMIT - 3)
+ac_max_sed_lines=m4_eval(_AC_SED_CMD_LIMIT - 3)
 
 # First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
 # Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"