https://github.com/bcgsc/ntCard
Revision 3d1b07bae4d823a9769eca9281ab58863f08a2d6 authored by mohamadi on 19 January 2017, 01:05:25 UTC, committed by mohamadi on 19 January 2017, 01:05:25 UTC
1 parent dd1b886
Raw File
Tip revision: 3d1b07bae4d823a9769eca9281ab58863f08a2d6 authored by mohamadi on 19 January 2017, 01:05:25 UTC
Makefile.am: included StringUtil.h
Tip revision: 3d1b07b
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top