Skip to content

Commit

Permalink
AC_PROG_MKDIR_P is broken beyond repair; remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmdjones committed May 26, 2023
1 parent c410501 commit 7bd5e4b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 59 deletions.
2 changes: 1 addition & 1 deletion buildsys.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ INSTALL_LIB = @INSTALL_LIB@
UNINSTALL_LIB = @UNINSTALL_LIB@
CLEAN_LIB = @CLEAN_LIB@
LN_S = @LN_S@
MKDIR_P = @MKDIR_P@
MKDIR_P = mkdir -p
INSTALL = @INSTALL@
SHELL = @SHELL@
MSGFMT = @MSGFMT@
Expand Down
56 changes: 0 additions & 56 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ AC_PROG_INSTALL
AC_PATH_PROG([LN], [ln])
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_MKDIR_P
AC_PATH_PROG([MV], [mv])
AC_PROG_RANLIB
AC_PATH_PROG([RM], [rm])
Expand Down
1 change: 0 additions & 1 deletion m4/po.m4
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ AC_DEFUN([AM_PO_SUBDIRS],
[
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
AC_REQUIRE([AC_PROG_SED])dnl
AC_REQUIRE([AM_NLS])dnl
Expand Down

0 comments on commit 7bd5e4b

Please sign in to comment.