From 2174cc8a07ec0458ca4c2959302db1a57db21d96 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 27 Aug 2010 01:14:08 +0000 Subject: [PATCH] bootstrap.sh: Make po/Makevars from po/Makevars.template. --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index bbc2cb8..c8584cf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -23,6 +23,10 @@ echo "Running autoreconf -v -f -i" autoreconf -v -f -i +if [ ! -f po/Makevars ] ; then + echo "Copying po/Makevars.template to po/Makevars" + cp po/Makevars.template po/Makevars +fi echo "The remaining steps to install this library are:" echo " % ./configure" echo " % make" -- 1.7.10.4