diff options
Diffstat (limited to 'hl/test')
-rw-r--r-- | hl/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index 8172fd2..d09b51d 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -325,7 +325,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -374,6 +373,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc H5FC = ${DESTDIR}/$(bindir)/h5fc H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc H5CPP = ${DESTDIR}/$(bindir)/h5c++ +ACLOCAL_AMFLAGS = "-I m4" # The trace script; this is used on source files from the C library to # insert tracing macros. |