X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fperl%2FUCW%2FConfigure%2FPaths.pm;h=ecfa2caa3c19d466ad6ed22dabd740eb213278c6;hb=ad920945145a18895ef391511c92ef42e0e4c3d7;hp=385987ca7dc938886730bb403e909feb40401c8d;hpb=58ab1f9ffac67f884809115198177bce94204b4d;p=libucw.git diff --git a/ucw/perl/UCW/Configure/Paths.pm b/ucw/perl/UCW/Configure/Paths.pm index 385987ca..ecfa2caa 100644 --- a/ucw/perl/UCW/Configure/Paths.pm +++ b/ucw/perl/UCW/Configure/Paths.pm @@ -1,12 +1,14 @@ -# Automatic configuration, installation paths part -# (c) 2008 Michal Vaner -# Code taken from autoconf.cfg by: +# UCW Library configuration system: installation paths # (c) 2005--2008 Martin Mares # (c) 2006 Robert Spalek +# (c) 2008 Michal Vaner package UCW::Configure::Paths; use UCW::Configure; +use strict; +use warnings; + Log "Determining installation prefix ... "; if (IsSet("CONFIG_LOCAL")) { Log("local build\n"); @@ -40,6 +42,6 @@ Set("INSTALL_RUN_DIR", '$(INSTALL_VAR_PREFIX)run'); # Remember PKG_CONFIG_PATH used for building, so that it will be propagated to # pkg-config's run locally in the makefiles. Set("PKG_CONFIG_PATH", $ENV{"PKG_CONFIG_PATH"}) if defined $ENV{"PKG_CONFIG_PATH"}; -# We succeeded +# We succeeded 1;