wtetzner / bitstring

Automatically exported from code.google.com/p/bitstring
GNU General Public License v2.0
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 faj.bes...@free.fr on 18 Jun 2012 at 8:34

GoogleCodeExporter commented 8 years ago
I think the correct fix is to add

srcdir = @srcdir@

near the top of the file.

Original comment by richard....@gmail.com on 18 Jun 2012 at 8:52