Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

byteswap.in.h: No such file or directory #20

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment
Open

byteswap.in.h: No such file or directory #20

GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. ./bootstrap
2. ./configure
3. make

What is the expected output? What do you see instead?
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
      cat /byteswap.in.h; \
    } > byteswap.h-t
cat: /byteswap.in.h: No such file or directory


What version of the product are you using? On what operating system?
trunk / Mac OSX


Please provide any additional information below.

Changing srcdir -> top_srcdir in Makefile.in solves the problem.


Original issue reported on code.google.com by [email protected] on 18 Jun 2012 at 8:34

@GoogleCodeExporter
Copy link
Author

I think the correct fix is to add

srcdir = @srcdir@

near the top of the file.

Original comment by [email protected] on 18 Jun 2012 at 8:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant