autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoupdate and AC_ERROR


From: NightStrike
Subject: Autoupdate and AC_ERROR
Date: Wed, 3 Mar 2010 14:08:55 -0500

I ran autoupdate on a configure.ac that yielded the following diff:

-  [AC_ERROR([Invalid option: $enable_sdk.  Please choose one of ddk,
directx, or all.])])
+  [AC_MSG_ERROR(Invalid option: $enable_sdk.  Please choose one of
ddk, directx, or all.)])

The intent of the change is fine, but how autoupdate went about it is
not.  It messed up the nesting of ] and ), as you can see.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]