Looking for help building configure.ac with newer version of autoreconf #161
Replies: 3 comments 1 reply
|
You need to run |
|
when I run autoreconf -fi, I am getting error below. autoconf version is autoreconf (GNU Autoconf) 2.69 Sorry for all these questions. I have no experience running autoconf before. psqlodbc_18.00.0001# /usr/bin/autoreconf -vfi |
|
Sorry I got past the aclocal issue. Now getting an error about AC_DEFINE. I will look into that next autoreconf: running: /usr/bin/autoconf --force |
Uh oh!
There was an error while loading. Please reload this page.
I download the latest version of psqlODBC and am trying to build it locally. I have autoreconf 2.69 on my build systems. It is flagging error " :configure.ac:36: error: possibly undefined macro: AC_DEFINE". Copilot says it is because of html chars in line 33 and 35, but I don't see any html chars in the .ac file. I am not making any changes to configure.ac, so really don't need to build it. Any ideas on how to get past this? Thanks
All reactions