File ORBit-mkinstalldirs.dif of Package orbit
--- configure.in
+++ configure.in
@@ -42,6 +42,8 @@
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)
+MKINSTALLDIRS="\$(top_builddir)/./mkinstalldirs"
+AC_SUBST(MKINSTALLDIRS)
# Increment this every time a feature is added in the .idl compiler
# that needs help from the main libraries.
--- popt/configure.in
+++ popt/configure.in
@@ -74,5 +74,7 @@
AM_GNU_GETTEXT
AM_GNU_GETTEXT_VERSION(0.10.36)
+MKINSTALLDIRS="\$(top_builddir)/./mkinstalldirs"
+AC_SUBST(MKINSTALLDIRS)
AC_OUTPUT([Makefile intl/Makefile po/Makefile.in])