Move configs to 'configs/' and activate-config.pl should be called from root
diff --git a/scripts/activate-config.pl b/scripts/activate-config.pl
index 561e067..caa8cdc 100755
--- a/scripts/activate-config.pl
+++ b/scripts/activate-config.pl
@@ -5,7 +5,7 @@
 use warnings;
 use strict;
 
-my $config_h = "../include/polarssl/config.h";
+my $config_h = "include/polarssl/config.h";
 
 exit( main() );