1 2 3 4 5 6 7 8 9 10 11 12
|
Description: _autoheader fixes
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
dnl This line is provided to ensure that you don't run the autoheader program
dnl against this project. Doing so is completely unsupported and WILL cause
dnl problems!
-AH_TOP([#error "Somebody ran autoheader on this project which is unsupported and WILL cause problems."])
+dnl AH_TOP([#error "Somebody ran autoheader on this project which is unsupported and WILL cause problems."])
dnl Get the build and host platforms and split the host_os value
|