When building from libtxc's latest git repository, I receive the following error: couldn't open directory 'm4': No such file or directory Everything was working fine until the switch to autotool. Manually creating the m4 directory then launching ./autogen.sh works fine. If the m4 directory is missing, it fails. Is it possible we are missing an m4 directory in libtxc's git tree?
Also, I think there should be no "m4" in the .gitignore file (I'm supposing this from mesa's .gitignore file)
Created attachment 76508 [details] [review] Fixes m4 error removed m4 from .gitignore added m4 folder added m4/.gitignore
Even without my patch, I don't hit this bug anymore. Sacrediou, are you still experiencing this problem?
(In reply to comment #3) > Even without my patch, I don't hit this bug anymore. > > Sacrediou, are you still experiencing this problem? Correct, no more problem, we can mark this one as RESOLVED. Cheers, Sacrediou
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.