bootstrap.sh: Make po/Makevars from po/Makevars.template.
authorhanda <handa>
Fri, 27 Aug 2010 01:14:08 +0000 (01:14 +0000)
committerhanda <handa>
Fri, 27 Aug 2010 01:14:08 +0000 (01:14 +0000)
bootstrap.sh

index bbc2cb8..c8584cf 100755 (executable)
 
 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"