We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112ee36 commit c8e2ac3Copy full SHA for c8e2ac3
3 files changed
.gitignore
@@ -1,4 +1,5 @@
1
/aclocal.m4
2
+/ar-lib
3
/autom4te.cache/
4
/compile
5
/config.guess
@@ -21,6 +22,7 @@
21
22
/m4/lt~obsolete.m4
23
/missing
24
/stamp-h1
25
+/test-driver
26
27
.deps/
28
.dirstamp
configure.ac
@@ -11,6 +11,8 @@ CURVECPR_LIBRARY_VERSION=1:0:0
11
AC_SUBST(CURVECPR_LIBRARY_VERSION)
12
13
# Checks for programs.
14
+AM_PROG_AR
15
+
16
AC_PROG_CC
17
AC_PROG_CPP
18
AC_PROG_INSTALL
libcurvecpr/test/.gitignore
@@ -0,0 +1,2 @@
+*.log
+*.trs
0 commit comments