Skip to content

Commit

Permalink
Fix up argp with irix compatible header - 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhams committed Oct 22, 2019
1 parent 4a9ea4c commit e171538
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libdicl/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.65)
AC_INIT([libdicl],
[0.1.6],
[0.1.7],
[[email protected]])

AC_SUBST(ACLOCAL_AMFLAGS, "-I macros")
Expand Down
3 changes: 0 additions & 3 deletions libdicl/src/repl_headers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ SUBDIRS= \
sys \
$(NULL)

argp.h: $(top_srcdir)/gl/argp.h
cp $(top_srcdir)/gl/argp.h ./

spawn.h: $(top_srcdir)/gl/spawn.h
cp $(top_srcdir)/gl/spawn.h ./

Expand Down
Loading

0 comments on commit e171538

Please sign in to comment.