[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Icarus Verilog Snapshot 20010120
autoconf seems to have a bug where AC_LANG_CPLUSPLUS interacts badly
with AC_EXEEXT. This trivial little patch to configure.in should
work out better. You will need to run autoconf after applying the
patch, in order to create the corrected configure script.
You will also need to remove config.cache before running the fixed
configure script.
--- configure.in 2001/01/16 02:44:18 1.18
+++ configure.in 2001/01/22 20:56:54
@@ -28,6 +28,8 @@
AC_PROG_INSTALL
+AC_LANG_C
+
AC_CANONICAL_HOST
# $host
--
Steve Williams "The woods are lovely, dark and deep.
steve@icarus.com But I have promises to keep,
steve@picturel.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."