svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
964 stars 31 forks source link

Couldn't open directory 'm4' #99

Closed Seres67 closed 1 year ago

Seres67 commented 1 year ago

autoreconf -i spits out this error aclocal: warning: couldn't open directory 'm4': No such file or directory, failing to configure the project and eventually the build process. I found out that creating the 'm4' folder solves the issue, and the building process succeeds.

Seres67 commented 1 year ago

PR #100 adds mkdir m4 in the README instructions

svenstaro commented 1 year ago

This is odd since it shouldn't really be required. It seems to work for me. I think another user reported this as well. I wonder what the core problem is. Other than autotools just being autotools.

Seres67 commented 1 year ago

98 reported the same issue I believe, though they are also missing libtool tool AFAIK. We are both on Fedora, maybe Fedora and autotools don't go along too much?

svenstaro commented 1 year ago

Should be fixed by #101.