kbandla / libdnet

Automatically exported from code.google.com/p/libdnet
Other
1 stars 0 forks source link

config/acinclude.m4 is better moved to m4/acinclude.m4 #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Untar version 1.12
2. Run 'autoreconf -fi'

What is the expected output? What do you see instead?
I expect this to complete successfully, but it fails with error messages about 
macros not being found.

What version of the product are you using? On what operating system?
1.12, on Solaris 9.

Please provide any additional information below.

These two patches move the acinclude.m4 file to the m4 directory and register 
it Makefile.am.

https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/libdnet/trunk/files/000
1-Using-the-m4-subdirectory-for-macros.patch
https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/libdnet/trunk/files/000
2-Moved-acinclude.m4-to-the-m4-directory.patch

After applying these 2 patches, "autoreconf -fi" completes successfully.

Original issue reported on code.google.com by blizin...@google.com on 4 Aug 2011 at 2:48