Skip to content

Commit c8e2ac3

Browse files
committed
Update configuration to resolve errors with non POSIX-compliant versions
of libtool.
1 parent 112ee36 commit c8e2ac3

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/aclocal.m4
2+
/ar-lib
23
/autom4te.cache/
34
/compile
45
/config.guess
@@ -21,6 +22,7 @@
2122
/m4/lt~obsolete.m4
2223
/missing
2324
/stamp-h1
25+
/test-driver
2426

2527
.deps/
2628
.dirstamp

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ CURVECPR_LIBRARY_VERSION=1:0:0
1111
AC_SUBST(CURVECPR_LIBRARY_VERSION)
1212

1313
# Checks for programs.
14+
AM_PROG_AR
15+
1416
AC_PROG_CC
1517
AC_PROG_CPP
1618
AC_PROG_INSTALL

libcurvecpr/test/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.log
2+
*.trs

0 commit comments

Comments
 (0)