search for: e5ca43c

Displaying 2 results from an estimated 2 matches for "e5ca43c".

Did you mean: e57ca3c
2009 Aug 03
1
patch required for "make check"
I think this patch is required for "make check": diff --git a/Makefile.am b/Makefile.am index e5ca43c..258cebe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4 SUBDIRS = gnulib/lib src daemon applian...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...ulib"] + path = .gnulib + url = git://git.sv.gnu.org/gnulib.git diff --git a/.gnulib b/.gnulib new file mode 160000 index 0000000..7560950 --- /dev/null +++ b/.gnulib @@ -0,0 +1 @@ +Subproject commit 7560950d6efd9e209b8d7188e1a95ceb53035889 diff --git a/Makefile.am b/Makefile.am index 3cba8bc..e5ca43c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,8 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src daemon appliance fish po examples images \ - capitests regressions test-tool +SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ + gnulib/tests capitests regressions test-tool i...