# ./Makefile.in -*- Makefile -*-
-@MCOMMON@
VERNAME = rxvt-unicode-$(VERSION)
DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \
autoconf/configure.in autoconf/config.h.in \
- autoconf/Make.common.in autoconf/install-sh autoconf/mkinstalldirs \
+ autoconf/install-sh autoconf/mkinstalldirs \
autoconf/config.guess autoconf/config.sub \
autoconf/ltmain.sh \
distclean:
(cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool)
@for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
- (cd $(srcdir); $(RMF) Makefile autoconf/Make.common)
+ (cd $(srcdir); $(RMF) Makefile)
distdir:
cd doc && $(MAKE) distdepend
AC_SUBST(X_LIBS)
AC_SUBST(X_EXTRA_LIBS)
-dnl# common parts of the Makefile
-MCOMMON=./autoconf/Make.common
-AC_SUBST_FILE(MCOMMON)
-
AC_ARG_PROGRAM
dnl# test for "sun" or "__sun__" before include sys_ioctl
RXVT_DEFINE_TO_INCLUDE(include_sys_time_h, sys/time.h, ac_cv_header_sys_time_h, yes, notset, dontmatch)
RXVT_DEFINE_TO_INCLUDE(include_time_h, time.h, ac_cv_header_sys_time_h, no, ac_cv_header_time, yes)
-AC_CONFIG_FILES([autoconf/Make.common \
-Makefile \
+AC_CONFIG_FILES([Makefile \
doc/Makefile \
src/Makefile \
src/rxvtlib.h \