From: root Date: Thu, 19 Jan 2006 12:03:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ea08acec48a092f2abb94eabb0c9d7f0e35ff409;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index 446de267..cc3f4b61 100644 --- 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)