repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: bc2c2a46bf56aa1abe7c35aa6d2abebf5a4a3968: path_to: revision_to:
commit bc2c2a46bf56aa1abe7c35aa6d2abebf5a4a3968 Author: Marc LehmannDate: Thu Jan 19 12:03:06 2006 +0000 *** empty log message *** diff --git a/Makefile.in b/Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,7 @@ allsubdirs = $(subdirs)
DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
-MKDIR = $(srcdir)/autoconf/mkinstalldirs
+MKDIR = $(srcdir)/mkinstalldirs
#-------------------------------------------------------------------------
@@ -83,17 +83,15 @@ tests:
(cd src/test; ${MAKE} tests)
#-------------------------------------------------------------------------
-configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/config.h.in
- cd $(srcdir);
- ./.prebuild
+configure: configure.ac aclocal.m4 config.h.in
+ cd $(srcdir); ./autogen.sh
config.status:
if test -x config.status; then config.status --recheck; \
else $(SHELL) configure; fi
-autoconf/config.h.in: autoconf/configure.in
- cd $(srcdir);
- ./.prebuild
+config.h.in: configure.ac
+ cd $(srcdir); ./autogen.sh
installdirs:
$(MKDIR) $(DESTDIR)$(bindir)
-----END OF PAGE-----