From abb342f123a92ce692122b1338d3f69b776d5ce3 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 17 Mar 2007 12:20:47 +0000 Subject: [PATCH] More config.rpath fixes. --- GNUmakefile | 1 + maint-cfg.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 96f00f3..7f01833 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,6 +4,7 @@ gnulib.mk: ln -s build-aux/GNUmakefile gnulib.mk || cp build-aux/GNUmakefile gnulib.mk ln -s build-aux/maint.mk maint.mk || cp build-aux/maint.mk maint.mk mv build-aux/config.rpath{,-} + mv lib/build-aux/config.rpath{,-} endif -include gnulib.mk diff --git a/maint-cfg.mk b/maint-cfg.mk index fe88637..12ce72a 100644 --- a/maint-cfg.mk +++ b/maint-cfg.mk @@ -25,6 +25,7 @@ endif autoreconf: test -f ./configure || autoreconf --install mv build-aux/config.rpath{-,} + mv lib/build-aux/config.rpath{-,} bootstrap: autoreconf ./configure $(CFGFLAGS) -- 2.11.4.GIT