OSDN Git Service

Ubuntu 14.04 で動作するように修正
[trx-305dsp/dsp.git] / trx305 / kernel / configure
index 4507d6b..bf72d97 100755 (executable)
@@ -37,7 +37,7 @@
 #  @(#) $Id: configure,v 1.2 2012/06/17 00:24:19 suikan Exp $
 # 
 
-require "getopt.pl";
+use Getopt::Std;
 
 #  オプションの定義
 #
@@ -68,7 +68,7 @@ require "getopt.pl";
 #
 #  オプションの処理
 #
-Getopt("CSTAULDPpld");
+getopt("CSTAULDPpld");
 unless ($opt_C) {
     print STDERR "configure: -C option is mandatory\n";
     exit(1);