Skip to content

Commit

Permalink
remove unnecessary (and breaking) fcntl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhams committed Dec 9, 2020
1 parent 3d42964 commit 9d0de24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 845 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.37],
[0.1.38],
[[email protected]])

AC_SUBST(ACLOCAL_AMFLAGS, "-I macros")
Expand Down
4 changes: 0 additions & 4 deletions libdicl/src/repl_headers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ byteswap.h: $(top_builddir)/gl/byteswap.h
spawn.h: $(top_builddir)/gl/spawn.h
cp $(top_builddir)/gl/spawn.h ./

fcntl.h: $(top_builddir)/gl/fcntl.h
cp $(top_builddir)/gl/fcntl.h ./

replincludedir=$(includedir)/libdicl@PACKAGE_SUFFIX@

replinclude_HEADERS= \
Expand All @@ -21,7 +18,6 @@ replinclude_HEADERS= \
dirent.h \
endian.h \
error.h \
fcntl.h \
fnmatch.h \
getopt-cdefs.h \
getopt-core.h \
Expand Down
Loading

0 comments on commit 9d0de24

Please sign in to comment.