===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libalien-sdl-perl-1.446/lib/Alien/SDL.pm-298-  return unless ($script && ($param =~ /[a-z0-9_]*/i));
libalien-sdl-perl-1.446/lib/Alien/SDL.pm:299:  my $val = `$script --$param 2>$devnull`;
libalien-sdl-perl-1.446/lib/Alien/SDL.pm-300-  $val =~ s/[\r\n]*$//;
##############################################
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm-100-        print "(cmd: $cmd)\n";
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm:101:        unless($self->do_system($cmd)) {
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm-102-          if(-f "config.log" && open(CONFIGLOG, "<config.log")) {
##############################################
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm-188-    if($pack eq 'SDL') {
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm:189:      # kmx experienced troubles while cygwin build when nasm was present in PATH
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm:190:#      $extra .= " --disable-nasm --enable-pthreads --enable-pthread-sem --enable-sdl-dlopen --disable-arts"
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm-191-#              . " --disable-esd --disable-nas --enable-oss --disable-pulseaudio --disable-dga --disable-video-aalib"
##############################################
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm-254-  my $devnull       = File::Spec->devnull();
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm:255:  my $ver           = `$name --version 2> $devnull`;
libalien-sdl-perl-1.446/inc/My/Builder/Unix.pm-256-  if($ver =~ /GNU Make/i) {
##############################################
libalien-sdl-perl-1.446/inc/My/Builder.pm-131-  if(!$ENV{http_proxy} && $ENV{PERL5_CPAN_IS_RUNNING}) {
libalien-sdl-perl-1.446/inc/My/Builder.pm:132:    if(eval('require CPAN::Config; 1') && $CPAN::Config->{http_proxy}) {
libalien-sdl-perl-1.446/inc/My/Builder.pm-133-      $ENV{http_proxy} = $CPAN::Config->{http_proxy};
##############################################
libalien-sdl-perl-1.446/inc/My/Builder.pm-260-  foreach my $p (qw(version prefix libs cflags)) {
libalien-sdl-perl-1.446/inc/My/Builder.pm:261:    my $o=`$script --$p 2>$devnull`;
libalien-sdl-perl-1.446/inc/My/Builder.pm-262-    if ($o) {
##############################################
libalien-sdl-perl-1.446/inc/My/Utility.pm-329-  my $devnull = File::Spec->devnull();
libalien-sdl-perl-1.446/inc/My/Utility.pm:330:  my $version = `$script --version 2>$devnull`;
libalien-sdl-perl-1.446/inc/My/Utility.pm-331-  if($? >> 8) {
##############################################
libalien-sdl-perl-1.446/inc/My/Utility.pm-334-  }
libalien-sdl-perl-1.446/inc/My/Utility.pm:335:  my $prefix = `$script --prefix 2>$devnull`;
libalien-sdl-perl-1.446/inc/My/Utility.pm-336-  if($? >> 8) {
##############################################
libalien-sdl-perl-1.446/inc/My/Utility.pm-430-    || $Config{perllibs}    =~ /\Q-l$lib\E\b/
libalien-sdl-perl-1.446/inc/My/Utility.pm:431:    || `ldd $^X 2>$devnull` =~ /[\/\\]lib\Q$lib\E[\-\d\.]*\.($dlext[\d\.]*|so|dll)$/) {
libalien-sdl-perl-1.446/inc/My/Utility.pm-432-      print "yes\n";
##############################################
libalien-sdl-perl-1.446/inc/My/Utility.pm-560-    while (<INPF>) {
libalien-sdl-perl-1.446/inc/My/Utility.pm:561:     eval( "$re" );
libalien-sdl-perl-1.446/inc/My/Utility.pm-562-     print OUTF $_;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-171-{
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:172:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-173-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-183-{
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:184:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-185-} # func_basename may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-202-    # Extract subdirectory from the argument.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:203:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-204-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-208-    fi
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:209:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-210-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-221-    case ${2} in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:222:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:223:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-224-    esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-384-     progdir=$func_dirname_result
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:385:     progdir=`cd "$progdir" && pwd`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-386-     progpath="$progdir/$progname"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-421-# Since each input `\' is now two `\'s, look for any number of runs of
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:422:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-423-bs='\\'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-535-        # ...otherwise throw away the child directory and loop
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:536:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-537-      done
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:538:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-539-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-570-      # If mktemp works, use that first and foremost
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:571:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-572-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-601-      *[\\\`\"\$]*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:602:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-603-      *)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-706-  [0-9]* | *[!a-zA-Z0-9_]*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:707:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-708-    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-773-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:774:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:775:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-776-	p
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-807-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:808:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:809:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-810-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-820-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:821:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:822:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-823-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-866-{
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:867:    func_arith_result=`expr "${@}"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-868-} # func_arith may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-874-{
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:875:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-876-} # func_len may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-881-{
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:882:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-883-} # func_lo2o may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-888-{
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:889:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-890-} # func_xform may be replaced by extended shell implementation
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-972-	# quotes we have to do it in 2 steps:
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:973:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-974-	eval "$extractedcf"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1381-      done
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1382:      CC_expanded=`func_echo_all $CC`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1383:      CC_quoted_expanded=`func_echo_all $CC_quoted`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1384-      case $@ in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1394-	    # Evaluate the configuration.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1395:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1396-	    CC_quoted=
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1400-	    done
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1401:	    CC_expanded=`func_echo_all $CC`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1402:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1403-	    case "$@ " in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1491-    # zero AND non-empty stdout, which explains the odd construction:
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1492:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1493-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1557-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1558:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1559-    if test "$?" -ne 0; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1720-    # LT_CYGPATH in this case.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1721:    func_to_host_file_result=`cygpath -m "$1"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1722-  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1870-    func_to_host_path_tmp1=$func_stripname_result
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:1871:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-1872-    func_convert_path_check : ";" \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2059-    *.[cCFSifmso] | \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2060:    *.ada | *.adb | *.ads | *.asm | \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2061-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2136-    if test "$compiler_c_o" = no; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2137:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2138-      lockfile="$output_obj.lock"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2155-*** ERROR, $lockfile exists and contains:
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2156:`cat $lockfile 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2157-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2203-      if test "$need_locks" = warn &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2204:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2205-	$ECHO "\
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2206-*** ERROR, $lockfile contains:
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2207:`cat $lockfile 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2208-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2252-      if test "$need_locks" = warn &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2253:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2254-	$ECHO "\
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2255-*** ERROR, $lockfile contains:
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2256:`cat $lockfile 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2257-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2547-	  test -n "$library_names" && \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2548:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2549-	  continue
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2558-	  if test ! -f "$dir/$dlname"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2559:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2560-	  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2576-      # Get the absolute pathname.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2577:      absdir=`cd "$dir" && pwd`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2578-      test -n "$absdir" && dir="$absdir"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2674-      if test -n "$lt_sysroot"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2675:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2676-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2956-	  # Determine the prefix the user has applied to our future dir.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2957:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2958-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2969-	    # Stick the inst_prefix_dir data into the link command.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2970:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2971-	  else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:2972:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-2973-	  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3129-	    fi
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3130:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3131-	    if test -n "$libdir" && test ! -f "$libfile"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3132:	      func_warning "\`$lib' has not been installed in \`$libdir'"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3133-	      finalize=no
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3148-	        # Replace the output file specification.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3149:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3150-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3167-	    # Install the binary that we compiled earlier.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3168:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3169-	  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3238-    my_pic_p="${3-no}"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3239:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3240-    my_dlsyms=
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3294-	  # Add our own program objects to the symbol list.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3295:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3296-	  for progfile in $progfiles; do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3356-	          # Use subshell, to avoid clobbering current variable values
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3357:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3358-	          if test -n "$dlprefile_dlname" ; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3503-	  if test -f "$output_objdir/$my_outputname.def"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3504:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3505:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3506-	  else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3509-	  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3511-	*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3512:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3513:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3514-	  ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3526-      # Nullify the symbol file.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3527:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3528:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3529-    fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3542-  win32_libid_type="unknown"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3543:  win32_fileres=`file -L $1 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3544-  case $win32_fileres in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3593-  $opt_debug
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3594:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3595-}
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3610-  $opt_debug
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3611:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3612-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3665-  func_to_tool_file "$1" func_convert_file_msys_to_w32
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3666:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3667-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3677-  func_to_tool_file "$1" func_convert_file_msys_to_w32
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3678:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3679-  test -n "$func_cygming_ms_implib_tmp"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3697-    # binutils import library
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3698:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3699-  elif func_cygming_ms_implib_p "$1" ; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3700-    # ms-generated import library
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3702-  else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3777-	  darwin_curdir=`pwd`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3778:	  darwin_base_archive=`basename "$darwin_archive"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3779:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3780-	  if test -n "$darwin_arches"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3781:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3782-	    darwin_arch=
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3792-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3793:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3794-	    darwin_file=
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3796-	    for darwin_file in $darwin_filelist; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3797:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3798-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3811-      esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3812:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3813-    done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3882-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3883:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3884-    $ECHO "\
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3917-    --lt-dump-script)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3918:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3919-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3920:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3921-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3944-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:3945:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3946-  done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-3999-  # Find the directory that this script lives in.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4000:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4001-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4003-  # Follow symbolic links until we get to the real thisdir.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4004:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4005-  while test -n \"\$file\"; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4006:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4007-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4015-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4016:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4017:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4018-  done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4029-    case \"\$thisdir\" in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4030:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4031-    $objdir )   thisdir=. ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4035-  # Try to get the absolute directory name.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4036:  absdir=\`cd \"\$thisdir\" && pwd\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4037-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4045-  if test ! -f \"\$progdir/\$program\" ||
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4046:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4047-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4060-    if test -n \"\$relink_command\"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4061:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4062-      else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4104-    # The second colon is a workaround for a bug in BeOS R4 sed
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:4105:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-4106-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5108-    $opt_debug
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:5109:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5110-    *import*) : ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5330-	    moreargs=
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:5331:	    for fil in `cat "$save_arg"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5332-	    do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5586-	*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:5587:	  absdir=`cd "$dir" && pwd`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5588-	  test -z "$absdir" && \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5607-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:5608:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-5609-	  case :$dllsearchpath: in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6043-      # get the directories listed in $shlibpath_var
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:6044:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6045-    else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6354-		  set dummy $deplibs_check_method; shift
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:6355:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6356-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6417-	else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:6418:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6419-	fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6446-	if test -n "$inherited_linker_flags"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:6447:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6448-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6454-	fi
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:6455:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6456-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6527-	*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:6528:	  abs_ladir=`cd "$ladir" && pwd`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6529-	  if test -z "$abs_ladir"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6780-	    shift
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:6781:	    libname=`eval "\\$ECHO \"$libname_spec\""`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-6782-	    # use dlname if we got it. it's perfectly good, no?
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7072-		*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7073:		  absdir=`cd "$dir" && pwd`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7074-		  if test -z "$absdir"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7083-		  depdepl=
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7084:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7085-		  if test -n "$deplibrary_names" ; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7090-		      depdepl="$absdir/$objdir/$depdepl"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7091:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7092-                      if test -z "$darwin_install_name"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7093:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7094-                      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7105-		else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7106:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7107-		  test -z "$libdir" && \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7128-	else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7129:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7130-	fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7277-	test "$module" = no && \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7278:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7279-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7411-	if test "$age" -gt "$current"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7412:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7413-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7572-	removelist=
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7573:	tempremovelist=`$ECHO "$output_objdir/*"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7574-	for p in $tempremovelist; do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7598-	# Transform .lo files to .o files.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7599:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7600-      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7603-      #for path in $notinst_path; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7604:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7605:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7606:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7607-      #done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7724-		if test -n "$i" ; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7725:		  libname=`eval "\\$ECHO \"$libname_spec\""`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7726:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7727-		  set dummy $deplib_matches; shift
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7728-		  deplib_match=$1
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7729:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7730-		    func_append newdeplibs " $i"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7767-		  if test -n "$i" ; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7768:		    libname=`eval "\\$ECHO \"$libname_spec\""`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7769:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7770-		    set dummy $deplib_matches; shift
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7771-		    deplib_match=$1
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7772:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7773-		      func_append newdeplibs " $i"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7802-	  set dummy $deplibs_check_method; shift
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7803:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7804-	  for a_deplib in $deplibs; do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7817-	      if test -n "$a_deplib" ; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7818:		libname=`eval "\\$ECHO \"$libname_spec\""`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7819-		if test -n "$file_magic_glob"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7820:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7821-		else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7827-		    shopt -s nocaseglob
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7828:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7829-		    $nocaseglob
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7830-		  else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7831:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7832-		  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7845-		      while test -h "$potlib" 2>/dev/null; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7846:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7847-			case $potliblink in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7848-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7849:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7850-			esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7886-	  set dummy $deplibs_check_method; shift
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7887:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7888-	  for a_deplib in $deplibs; do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7901-	      if test -n "$a_deplib" ; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7902:		libname=`eval "\\$ECHO \"$libname_spec\""`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7903-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7904:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7905-		  for potent_lib in $potential_libs; do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7940-	  newdeplibs=""
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7941:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7942-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7944-	      # can't use Xsed below, because $i might contain '/'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7945:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7946-	    done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7970-	  # On Rhapsody replace the C library with the System framework
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:7971:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-7972-	  ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8022-	*-*-darwin*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8023:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8024:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8025:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8026-	  ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8148-	# Use standard objects if they are pic
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8149:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8150-	test "X$libobjs" = "X " && libobjs=
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8163-	    # exporting using user supplied symfile
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8164:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8165-	      # and it's NOT already a .def file. Must figure out
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8660-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8661:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8662-	else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8674-      # Create the old-style object.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8675:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8676-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8734-	# On Rhapsody replace the C library is the System framework
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8737-	;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8752-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8753:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8754:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8755-	;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8830-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8831:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8832-	  case :$dllsearchpath: in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8890-	# Transform all the library objects into standard objects.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8891:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8892:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8893-      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8920-	# Replace the output file specification.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8921:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8922-	link_command="$compile_command$compile_rpath"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8929-	  func_to_tool_file "$output"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8930:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8931-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8973-	# Replace the output file specification.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8974:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8975-	# Delete the old output file.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8981-	  func_to_tool_file "$output"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:8982:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8983-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-8999-	  if test "$fast_install" = yes; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9000:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9001-	  else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9011-      # Replace the output file specification.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9012:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9013-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9020-	func_to_tool_file "$output_objdir/$outputname"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9021:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9022-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9041-	relink_command="(cd `pwd`; $relink_command)"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9042:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9043-      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9293-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9294:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9295-      if test "$hardcode_automatic" = yes ; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9313-		name="$func_basename_result"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9314:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9315-		test -z "$libdir" && \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9339-		name="$func_basename_result"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9340:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9341-		test -z "$libdir" && \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9358-		name="$func_basename_result"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9359:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9360-		test -z "$libdir" && \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9678-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh:9679:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-ltmain_sh-9680-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-45- 
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:46: me=`echo "$0" | sed -e 's,.*/,,'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-47- 
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-77- : ${TMPDIR=/tmp} ;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:78:- { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:79:+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-80-  { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-174-+	*4.0)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:175: 		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-176--	fi
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-178-+	*5.*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:179:+	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-180-+		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-193- 	# 1.2 uses "1.2" for uname -r.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:194:-	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-195--	exit 0 ;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:196:+	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-197-+	exit ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-264-+    s390x:SunOS:*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:265:+	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-266-+	exit ;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-267-     sun4H:SunOS:5.*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:268: 	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-269--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-271-     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:272: 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-273--	exit 0 ;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-274--    i86pc:SunOS:5.*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:275:-	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-276--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-291-+	fi
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:292:+	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-293-+	exit ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-297- 	# it's likely to be more like Solaris than SunOS4.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:298: 	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-299--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-306- 	# Japanese Language versions have a version number like `4.1.3-JL'.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:307: 	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-308--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-314-     sun*:*:4.2BSD:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:315: 	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-316- 	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-386--	$CC_FOR_BUILD -o $dummy $dummy.c \
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:387:-	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-388--	  && exit 0
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-389-+	$CC_FOR_BUILD -o $dummy $dummy.c &&
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:390:+	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:391:+	  SYSTEM_NAME=`$dummy $dummyarg` &&
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-392-+	    { echo "$SYSTEM_NAME"; exit; }
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-450-     *:IRIX*:*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:451: 	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-452--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-480--		echo rs6000-ibm-aix3.2.5
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:481:+		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-482-+		then
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-495-+    *:AIX:*:[456])
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:496: 	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-497- 	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-533-     9000/[34678]??:HP-UX:*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:534: 	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-535- 	case "${UNAME_MACHINE}" in
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-565-     ia64:HP-UX:*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:566: 	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-567- 	echo ia64-hp-hpux${HPUX_REV}
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-577--	$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:578:+	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-579-+		{ echo "$SYSTEM_NAME"; exit; }
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-668-         FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:669:         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-670-         echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-674-+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:675:+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-676-+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-700--EOF
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:701:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:702:-	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-703--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-708-+	    pc98)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:709:+		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-710-+	    amd64)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:711:+		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-712-+	    *)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:713:+		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-714-+	esac
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-773-     prep*:SunOS:5.*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:774: 	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-775--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-778-+	# the GNU system
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:779: 	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-780--	exit 0 ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-783-+	# other systems with GNU libc and userland
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:784:+	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-785-+	exit ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-855--EOF
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:856:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-857--	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-880- EOF
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:881:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-882--	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1006--EOF
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:1007:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1008--	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1057-     i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:1058: 	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1059- 	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1373-+    *:DragonFly:*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:1374:+	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1375-+	exit ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1386-+    i*86:skyos:*:*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:1387:+	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1388-+	exit ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1411--$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch:1412:+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.1.patch-1413-+	{ echo "$SYSTEM_NAME"; exit; }
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-64-   case $1 in
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:65:-    -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-66--        shift
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-87- 
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:88:-    -t=*) transformarg=`echo $1 | sed 's/-t=//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-89--        shift
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-134-+      fi
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:135:       dst=$dst/`basename "$src"`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-136-     fi
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-139-   # This sed command emulates the dirname command.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:140:-  dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:141:+  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-142- 
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-154-     IFS='%'
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:155:-    set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:156:+    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-157-+    shift
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-187--    if test -z "$transformarg"; then
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:188:-      dstfile=`basename "$dst"`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-189--    else
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-194--    # don't allow the sed command to completely eliminate the filename.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:195:-    test -z "$dstfile" && dstfile=`basename "$dst"`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch:196:+    dstfile=`basename "$dst"`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.3.patch-197- 
##############################################
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch-25- {
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch:26:     gcc_bin_path=`$CC -print-search-dirs 2>/dev/null | fgrep programs: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch:27:+    env_bin_path=[`echo $PATH | sed 's/:/ /g'`]
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch:28:     gcc_lib_path=`$CC -print-search-dirs 2>/dev/null | fgrep libraries: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch:29:     env_lib_path=`echo $LIBS $LDFLAGS $* | sed 's/-L[ ]*//g'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch-30-     if test "$cross_compiling" = yes; then
##############################################
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch-36-+    for path in $gcc_bin_path $env_bin_path $gcc_lib_path $env_lib_path $host_lib_path; do
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch:37:         lib=`ls -- $path/$1 2>/dev/null | sort | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.12-cygwin.patch-38-         if test x$lib != x; then
##############################################
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch-34- {
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch:35:     gcc_bin_path=`$CC -print-search-dirs 2>/dev/null | fgrep programs: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch:36:+    env_bin_path=[`echo $PATH | sed 's/:/ /g'`]
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch:37:     gcc_lib_path=`$CC -print-search-dirs 2>/dev/null | fgrep libraries: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch:38:     env_lib_path=`echo $LIBS $LDFLAGS $* | sed 's/-L[ ]*//g'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch-39-     if test "$cross_compiling" = yes; then
##############################################
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch-45-+    for path in $gcc_bin_path $env_bin_path $gcc_lib_path $env_lib_path $host_lib_path; do
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch:46:         lib=`ls -- $path/$1 2>/dev/null | sort | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL_mixer-1.2.10-cygwin.patch-47-         if test x$lib != x; then
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-83- # Here we must recognize all the valid KERNEL-OS combinations.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:84: maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-85- case $maybe_os in
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-91-     os=-$maybe_os
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:92:     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-93-     ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-114-+		os=-sco5v6
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:115:+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-116-+		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-118- 		os=-sco3.2v5
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:119: 		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-120-@@ -185,6 +200,10 @@
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-121- 		# Don't forget version if it is 3.2v4 or newer.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:122: 		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-123- 		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-125-+		# Don't forget version if it is 3.2v4 or newer.
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:126:+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-127-+		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-129- 		os=-sco3.2v2
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:130: 		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-131-@@ -228,53 +247,70 @@
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-318-+	amd64-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:319:+		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-320-+		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-343-+	blackfin-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:344:+		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-345-+		os=-linux
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-413-+	m68knommu-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:414:+		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-415-+		os=-linux
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-442- 	mips3*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:443: 		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-444- 		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-456-+	ms1-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:457:+		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-458-+		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-496-+	parisc-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:497:+		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-498-+		os=-linux
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-510-+	pc98-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:511:+		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-512-+		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-526- 	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:527: 		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-528- 		;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-529- 	pentiumpro-* | p6-* | 6x86-* | athlon-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:530: 		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-531- 		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-533-+	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:534: 		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-535- 		;;
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-536-+	pentium4-*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:537:+		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-538-+		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-700-@@ -1150,12 +1315,15 @@
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:701: 		os=`echo $os | sed -e 's|nto|nto-qnx|'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-702- 		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-708- 	-mac*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:709: 		os=`echo $os | sed -e 's|mac|macos|'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-710- 		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-714- 	-linux*)
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch:715: 		os=`echo $os | sed -e 's|linux|linux-gnu|'`
libalien-sdl-perl-1.446/patches/SDL_Pango-0.1.2-config-tools.2.patch-716- 		;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-47-  as_echo='print -r --'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-48-  as_echo_n='print -rn --'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-50-  as_echo='printf %s\n'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-52-else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-64-      esac;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-175-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-181-    PATH=/empty FPATH=/empty; export PATH FPATH
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:182:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:183:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-184-  if (eval "$as_required") 2>/dev/null; then :
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-304-      case $as_dir in #(
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:305:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-306-      *) as_qdir=$as_dir;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-369-  {
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:370:    as_val=`expr "$@" || test $? -eq 1`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-371-  }
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-376-# ----------------------------------------
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:377:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-378-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-439-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:440:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-441-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-530-	esac;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:531:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-532-	???[sx]*):;;*)false;;esac;fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-912-  case $ac_option in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:913:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-914-  *=)   ac_optarg= ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-956-  -disable-* | --disable-*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:957:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-958-    # Reject names that are not valid shell variable names.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-961-    ac_useropt_orig=$ac_useropt
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:962:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-963-    case $ac_user_opts in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-982-  -enable-* | --enable-*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:983:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-984-    # Reject names that are not valid shell variable names.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-987-    ac_useropt_orig=$ac_useropt
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:988:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-989-    case $ac_user_opts in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1186-  -with-* | --with-*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1187:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1188-    # Reject names that are not valid shell variable names.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1191-    ac_useropt_orig=$ac_useropt
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1192:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1193-    case $ac_user_opts in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1202-  -without-* | --without-*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1203:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1204-    # Reject names that are not valid shell variable names.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1207-    ac_useropt_orig=$ac_useropt
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1208:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1209-    case $ac_user_opts in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1240-  *=*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1241:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1242-    # Reject names that are not valid shell variable names.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1261-if test -n "$ac_prev"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1262:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1263-  as_fn_error $? "missing argument to $ac_option"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1283-    */ )
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1284:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1285-      eval $ac_var=\$ac_val;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1320-ac_ls_di=`ls -di .` &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1321:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1322-  as_fn_error $? "working directory cannot be determined"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1376-case $srcdir in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1377:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1378-esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1419-By default, \`make install' will install all the files in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1420:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1421:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1422-for instance \`--prefix=\$HOME'.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1502-  --enable-mintaudio      support Atari audio driver [[default=yes]]
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1503:  --enable-nasm           use nasm assembly blitters on x86 [[default=yes]]
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1504-  --enable-altivec        use altivec assembly blitters on PPC [[default=yes]]
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1612-*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1613:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1614-  # A ".." for each directory in $ac_dir_suffix.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:1615:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-1616-  case $ac_top_builddir_sub in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2449-    *\'*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2450:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2451-    esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2532-      case $ac_val in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2533:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2534-      esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2547-	case $ac_val in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2548:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2549-	esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2667-    set,)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2668:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2669:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2670-      ac_cache_corrupted=: ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2678-	# differences in whitespace do not lead to failure.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2679:	ac_old_val_w=`echo x $ac_old_val`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2680:	ac_new_val_w=`echo x $ac_new_val`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2681-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2698-    case $ac_new_val in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:2699:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-2700-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3073-$as_echo_n "checking whether the C compiler works... " >&6; }
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3074:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3075-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3117-	then :; else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3118:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3119-	fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3177-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3178:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3179-	  break;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3286-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3287:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3288-       break;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3675-  # Check for GNU $ac_path_GREP
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3676:case `"$ac_path_GREP" --version 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3677-*GNU*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3741-  # Check for GNU $ac_path_EGREP
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3742:case `"$ac_path_EGREP" --version 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3743-*GNU*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3902-do :
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3903:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3904-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3907-  cat >>confdefs.h <<_ACEOF
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:3908:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-3909-_ACEOF
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4068-test "x$ac_build_alias" = x &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4069:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4070-test "x$ac_build_alias" = x &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4071-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4072:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4073-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4092-IFS=$ac_save_IFS
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4093:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4094-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4103-else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4104:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4105-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4125-IFS=$ac_save_IFS
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4126:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4127-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4153-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4154:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4155-  ECHO='print -r --'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4156:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4157-  ECHO='printf %s\n'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4222-  # Check for GNU $ac_path_SED
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4223:case `"$ac_path_SED" --version 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4224-*GNU*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4301-  # Check for GNU $ac_path_FGREP
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4302:case `"$ac_path_FGREP" --version 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4303-*GNU*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4381-    # gcc leaves a trailing carriage return which upsets mingw
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4382:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4383-  *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4384:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4385-  esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4390-      # Canonicalize the pathname of ld
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4391:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4392-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4393:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4394-      done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4425-      # Break only if it was the GNU/non-GNU ld that we prefer.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4426:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4427-      *GNU* | *'with BFD'*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4456-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4457:case `$LD -v 2>&1 </dev/null` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4458-*GNU* | *'with BFD'*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4501-	# Tru64's nm complains that /dev/null is an invalid object file
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4502:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4503-	*/dev/null* | *'Invalid file or object type'*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4507-	*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4508:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4509-	  */dev/null*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4635-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4636:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4637-    *COFF*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4747-    # And add a safety zone
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4748:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4749:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4750-    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4775-    if test -n "$kargmax"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4776:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4777-    else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4783-    if test -n "$lt_cv_sys_max_cmd_len"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4784:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4785:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4786-    else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4795-      # we can't tell.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4796:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4797-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4799-      do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4800:        i=`expr $i + 1`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4801-        teststring=$teststring$teststring
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4803-      # Only check the string length outside the loop.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4804:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4805-      teststring=
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4808-      # linker.  It appears as though 1/2 is a usable value.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:4809:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-4810-    fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-5245-openbsd*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:5246:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-5247-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-5312-    else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:5313:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-5314-    fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-5454-  # decide which to use based on capabilities of $DLLTOOL
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:5455:  case `$DLLTOOL --help 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-5456-  *--identify-strict*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6017-# If we're using GNU nm, then use its standard symbol codes.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:6018:case `$NM -V 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6019-*GNU* | *'with BFD'*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6035-mingw*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:6036:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6037-  ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6253-   if test "$GCC" = yes; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:6254:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6255-   fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6257- /*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:6258:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6259-   ;; #(
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6293-  test $ac_status = 0; }; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:6294:    case `/usr/bin/file conftest.$ac_objext` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6295-      *ELF-32*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6313-    if test "$lt_cv_prog_gnu_ld" = yes; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:6314:      case `/usr/bin/file conftest.$ac_objext` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6315-	*32-bit*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6325-    else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:6326:      case `/usr/bin/file conftest.$ac_objext` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-6327-	*32-bit*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-7759-done
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:7760:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-7761-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-7788-	"file_magic "*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:7789:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-7790-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-7854-	"file_magic "*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:7855:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-7856-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8215-      *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8216:	case `$CC -V 2>&1 | sed 5q` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8217-	*Sun\ F* | *Sun*Fortran*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8560-  if test "$hard_links" = no; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8561:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8562:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8563-    need_locks=warn
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8647-	# shared libraries, regardless of the interface used.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8648:	case `$LD -v 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8649-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8679-    supports_anon_versioning=no
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8680:    case `$LD -v 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8681-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8748-	# is EXPORTS), use it as is; otherwise, prepend...
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8749:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8750-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8776-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8777:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8778:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8779-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8794-        pgcc*)				# Portland Group C compiler
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8795:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8796-	  tmp_addflag=' $pic_flag'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8799-					# Portland Group f77 and f90 compilers
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8800:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8801-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8814-	nvcc*)	# Cuda Compiler Driver 2.2
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8815:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8816-	  compiler_needs_object=yes
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8818-	esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8819:	case `$CC -V 2>&1 | sed 5q` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8820-	*Sun\ C*)			# Sun C 5.9
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8821:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8822-	  compiler_needs_object=yes
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8887-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:8888:      case `$LD -v 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-8889-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9010-	# below for broken collect2 doesn't work under 4.3+
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9011:	  collect2name=`${CC} -print-prog-name=collect2`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9012-	  if test -f "$collect2name" &&
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9083-      }'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9084:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9085-  # Check for a 64-bit object if we didn't find anything.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9086-  if test -z "$lt_cv_aix_libpath_"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9087:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9088-  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9101-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9102:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9103-      else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9136-      }'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9137:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9138-  # Check for a 64-bit object if we didn't find anything.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9139-  if test -z "$lt_cv_aix_libpath_"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9140:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9141-  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9209-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9210:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9211-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9245-	# FIXME: Setting linknames here is a bad hack.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9246:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9247-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9263-  if test "$lt_cv_ld_force_load" = "yes"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9264:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9265-  else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9447-      if test "$GCC" = yes; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9448:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9449-	# Try to use the -exported_symbol ld option, if it does not
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9475-	if test "$lt_cv_irix_exported_symbol" = yes; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9476:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9477-	fi
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9478-      else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9479:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9480:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9481-      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9515-	hardcode_direct_absolute=yes
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9516:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9517-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9548-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9549:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9550-      else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9551-	allow_undefined_flag=' -expect_unresolved \*'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9552:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9553-      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9561-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9562:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9563-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9565-	allow_undefined_flag=' -expect_unresolved \*'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9566:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9567:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9568:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9569-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9584-      else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9585:	case `$CC -V 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9586-	*"Compilers 5.0"*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9988-  esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9989:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9990-  case $lt_search_path_spec in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9995-    # okay in the real world where ";" in dirpaths is itself problematic.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9996:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9997-    ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-9998-  *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:9999:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10000-    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10004-  lt_tmp_lt_search_path_spec=
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10005:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10006-  for lt_sys_path in $lt_search_path_spec; do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10039-  esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10040:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10041-else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10127-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10128:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10129-    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10163-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10164:    postinstall_cmds='base_file=`basename \${file}`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10165:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10166:      dldir=$destdir/`dirname \$dlpath`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10167-      test -d \$dldir || mkdir -p \$dldir~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10172-      fi'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10173:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10174-      dlpath=$dir/\$dldll~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10180-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10181:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10182-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10186-      # MinGW DLLs use traditional 'lib' prefix
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10187:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10188-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10190-      # pw32 DLLs use 'pw' prefix rather than 'lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10191:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10192-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10199-    libname_spec='$name'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10200:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10201-    library_names_spec='${libname}.dll.lib'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10211-        # Let DOS variable expansion print the short 8.3 style file name.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10212:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10213-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10216-      # Convert to MSYS style.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10217:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10218-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10222-      # like /cygdrive/c/PROGRA~1:/cygdr...
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10223:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10224:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10225:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10226-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10230-        # It is most probably a Windows format PATH.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10231:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10232-      else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10233:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10234-      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10240-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10241:    postinstall_cmds='base_file=`basename \${file}`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10242:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10243:      dldir=$destdir/`dirname \$dlpath`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10244-      test -d \$dldir || mkdir -p \$dldir~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10245-      $install_prog $dir/$dlname \$dldir/$dlname'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10246:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10247-      dlpath=$dir/\$dldll~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10254-    # Assume MSVC wrapper
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10255:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10256-    dynamic_linker='Win32 ld.exe'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10271-  shlibpath_var=DYLD_LIBRARY_PATH
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10272:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10273-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10511-  if test -f /etc/ld.so.conf; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10512:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10513-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10573-  shlibpath_var=LD_LIBRARY_PATH
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:10574:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-10575-    case $host_os in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-11494-LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:11495:LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-11496-LT_REVISION=$SDL_INTERFACE_AGE
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:11497:LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-11498-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12539-  case ${2} in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12540:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12541:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12542-  esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12795-done
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12796:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12797-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12827-    # gcc leaves a trailing carriage return which upsets mingw
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12828:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12829-  *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12830:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12831-  esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12836-      # Canonicalize the pathname of ld
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12837:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12838-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12839:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12840-      done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12871-      # Break only if it was the GNU/non-GNU ld that we prefer.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12872:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12873-      *GNU* | *'with BFD'*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12902-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12903:case `$LD -v 2>&1 </dev/null` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12904-*GNU* | *'with BFD'*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12936-        # ancient GNU ld didn't support --whole-archive et. al.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:12937:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-12938-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13020-          # below for broken collect2 doesn't work under 4.3+
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13021:	  collect2name=`${CC} -print-prog-name=collect2`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13022-	  if test -f "$collect2name" &&
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13093-      }'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13094:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13095-  # Check for a 64-bit object if we didn't find anything.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13096-  if test -z "$lt_cv_aix_libpath__CXX"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13097:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13098-  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13112-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13113:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13114-        else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13147-      }'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13148:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13149-  # Check for a 64-bit object if we didn't find anything.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13150-  if test -z "$lt_cv_aix_libpath__CXX"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13151:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13152-  fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13220-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13221:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13222-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13261-	    # is EXPORTS), use it as is; otherwise, prepend...
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13262:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13263-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13282-  if test "$lt_cv_ld_force_load" = "yes"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13283:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13284-  else
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13375-            # dependencies.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13376:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13377-            ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13440-	    # dependencies.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13441:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13442-	    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13476-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13477:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13478:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13479-	;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13483-	    # SGI C++
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13484:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13485-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13494-	      if test "$with_gnu_ld" = no; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13495:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13496-	      else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13497:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13498-	      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13515-	    # to its proper name (with version) after linking.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13516:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13517:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13518-	    # Commands to make compiler produce verbose output that lists
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13525-	    # dependencies.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13526:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13527-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13540-	    # earlier do not add the objects themselves.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13541:	    case `$CC -V 2>&1` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13542-	      *"Version 7."*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13561-            # Portland Group C++ compiler
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13562:	    case `$CC -V` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13563-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13566-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13567:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13568-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13570-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13571:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13572-		$RANLIB $oldlib'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13575-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13576:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13577-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13579-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13580:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13581-	      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13589-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13590:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13591-            ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13608-	    # dependencies.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13609:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13610-	    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13623-	  *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13624:	    case `$CC -V 2>&1 | sed 5q` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13625-	    *Sun\ C*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13630-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13631:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13632-	      compiler_needs_object_CXX=yes
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13700-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13701:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13702-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13719-	    # to its proper name (with version) after linking.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13720:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13721-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13740-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13741:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13742-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13745-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13746:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13747:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13748-	          echo "-hidden">> $lib.exp~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13749:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13750-	          $RM $lib.exp'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13764-	    # dependencies.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13765:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13766-	    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13771-	        osf3*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13772:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13773-		  ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13774-	        *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:13775:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-13776-		  ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14017-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:14018:  for p in `eval "$output_verbose_link_cmd"`; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14019-    case ${prev}${p} in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14114-linux*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:14115:  case `$CC -V 2>&1 | sed 5q` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14116-  *Sun\ C*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14165-if test -n "${compiler_lib_search_path_CXX}"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:14166: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14167-fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14406-	  *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:14407:	    case `$CC -V 2>&1 | sed 5q` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14408-	    *Sun\ C*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14760-  if test "$hard_links" = no; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:14761:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:14762:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-14763-    need_locks=warn
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15034-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15035:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15036-    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15070-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15071:    postinstall_cmds='base_file=`basename \${file}`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15072:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15073:      dldir=$destdir/`dirname \$dlpath`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15074-      test -d \$dldir || mkdir -p \$dldir~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15079-      fi'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15080:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15081-      dlpath=$dir/\$dldll~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15087-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15088:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15089-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15092-      # MinGW DLLs use traditional 'lib' prefix
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15093:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15094-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15096-      # pw32 DLLs use 'pw' prefix rather than 'lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15097:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15098-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15105-    libname_spec='$name'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15106:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15107-    library_names_spec='${libname}.dll.lib'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15117-        # Let DOS variable expansion print the short 8.3 style file name.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15118:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15119-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15122-      # Convert to MSYS style.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15123:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15124-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15128-      # like /cygdrive/c/PROGRA~1:/cygdr...
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15129:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15130:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15131:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15132-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15136-        # It is most probably a Windows format PATH.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15137:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15138-      else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15139:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15140-      fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15146-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15147:    postinstall_cmds='base_file=`basename \${file}`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15148:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15149:      dldir=$destdir/`dirname \$dlpath`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15150-      test -d \$dldir || mkdir -p \$dldir~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15151-      $install_prog $dir/$dlname \$dldir/$dlname'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15152:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15153-      dlpath=$dir/\$dldll~
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15160-    # Assume MSVC wrapper
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15161:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15162-    dynamic_linker='Win32 ld.exe'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15177-  shlibpath_var=DYLD_LIBRARY_PATH
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15178:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15179-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15416-  if test -f /etc/ld.so.conf; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15417:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15418-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15478-  shlibpath_var=LD_LIBRARY_PATH
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15479:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15480-    case $host_os in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15831-set x ${MAKE-make}
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15832:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15833-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15841-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15842:case `${MAKE-make} -f conftest.make 2>/dev/null` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15843-  *@@@%%%=?*=@@@%%%*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15941-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15942:base_libdir=`echo \${libdir} | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15943-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15945-{
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15946:    gcc_bin_path=`$CC -print-search-dirs 2>/dev/null | fgrep programs: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15947:    gcc_lib_path=`$CC -print-search-dirs 2>/dev/null | fgrep libraries: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15948:    env_lib_path=`echo $LIBS $LDFLAGS $* | sed 's/-L[ ]*//g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15949-    if test "$cross_compiling" = yes; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15954-    for path in $gcc_bin_path $gcc_lib_path $env_lib_path $host_lib_path; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:15955:        lib=`ls -- $path/$1 2>/dev/null | sort | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-15956-        if test x$lib != x; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16244-do :
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:16245:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16246-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16248-  cat >>confdefs.h <<_ACEOF
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:16249:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16250-_ACEOF
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16409-  for ac_func in _getb67 GETB67 getb67; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:16410:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16411-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16687-do :
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:16688:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16689-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16691-  cat >>confdefs.h <<_ACEOF
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:16692:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-16693-_ACEOF
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17240-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17241:            alsa_lib=`find_lib "libasound.so.*" "$ALSA_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17242-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17461-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17462:    ESD_CFLAGS=`$ESD_CONFIG $esdconf_args --cflags`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17463:    ESD_LIBS=`$ESD_CONFIG $esdconf_args --libs`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17464-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17640-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17641:            esd_lib=`find_lib "libesd.so.*" "$ESD_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17642-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17725-            if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $PULSE_REQUIRED_VERSION libpulse-simple; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17726:                PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse-simple`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17727:                PULSE_LIBS=`$PKG_CONFIG --libs libpulse-simple`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17728-                audio_pulse=yes
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17741-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17742:            pulse_lib=`find_lib "libpulse-simple.so.*" "$PULSE_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17743-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17820-        else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17821:            ARTS_CFLAGS=`$ARTSCONFIG --cflags`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17822:            ARTS_LIBS=`$ARTSCONFIG --libs`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17823-            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aRts development environment" >&5
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17859-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17860:                arts_lib=`find_lib "libartsc.so.*" "$ARTS_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17861-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17973-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:17974:            nas_lib=`find_lib "libaudio.so.*" "$NAS_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-17975-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18060-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18061:# NASM is available from: http://nasm.sourceforge.net
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18062-CheckNASM()
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18109-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18110:        # Check whether --enable-nasm was given.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18111-if test "${enable_nasm+set}" = set; then :
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18116-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18117:    if test x$enable_video = xyes -a x$enable_assembly = xyes -a x$enable_nasm = xyes; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18118-        CompileNASM()
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18119-        {
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18120:            # Usage: CompileNASM <filename>
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18121:            { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if $NASM supports $1" >&5
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18122:$as_echo_n "checking to see if $NASM supports $1... " >&6; }
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18123:            if $NASM $NASMFLAGS $1 -o $1.o >&5 2>&1; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18124-                CompileNASM_ret="yes"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18157-else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18158:  case $NASM in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18159-  [\\/]* | ?:[\\/]*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18193-        echo "%endif" >> unquoted-sections
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18194:        CompileNASM unquoted-sections || NASM=""
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18195-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18204-else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18205:  case $NASM in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18206-  [\\/]* | ?:[\\/]*)
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18246-            echo "_bar:" >> symbol-visibility
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18247:            CompileNASM symbol-visibility && NASMFLAGS="$NASMFLAGS -DHIDDEN_VISIBILITY"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18248-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18576-    for ac_var in incroot usrlibdir libdir; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18577:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18578-    done
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18686-  LIBS=$ac_save_LIBS
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:18687:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-18688-do
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19262-                *)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19263:                    x11_lib=`find_lib "libX11.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19264:                    x11ext_lib=`find_lib "libXext.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19265:                    xrender_lib=`find_lib "libXrender.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19266:                    xrandr_lib=`find_lib "libXrandr.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19267-                    ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19833-                if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19834:                    DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19835:                    DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19836-                    video_directfb=yes
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19839-        else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19840:            set -- `echo $DIRECTFB_REQUIRED_VERSION | sed 's/\./ /g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19841:            NEED_VERSION=`expr $1 \* 10000 + $2 \* 100 + $3`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19842-            set -- `directfb-config --version | sed 's/\./ /g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19843:            HAVE_VERSION=`expr $1 \* 10000 + $2 \* 100 + $3`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19844-            if test $HAVE_VERSION -ge $NEED_VERSION; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19845:                DIRECTFB_CFLAGS=`$DIRECTFBCONFIG --cflags`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:19846:                DIRECTFB_LIBS=`$DIRECTFBCONFIG --libs`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-19847-                video_directfb=yes
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-20268-$as_echo_n "checking for libcaca support... " >&6; }
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:20269:            CACA_CFLAGS=`$CACACONFIG --cflags`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:20270:            CACA_LDFLAGS=`$CACACONFIG --libs`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-20271-            save_CFLAGS="$CFLAGS"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-20744-            # -lOSMesa is a loader for OSMesa.ldg
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:20745:            OSMESA_CFLAGS=`$OSMESA_CONFIG --cflags`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:20746:            OSMESA_LIBS=`$OSMESA_CONFIG --libs`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-20747-        fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-20936-            SOURCES="$SOURCES $srcdir/src/thread/generic/SDL_syssem.c"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:20937:            SDL_CFLAGS="$SDL_CFLAGS `$PTH_CONFIG --cflags`"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:20938:            SDL_LIBS="$SDL_LIBS `$PTH_CONFIG --libs --all`"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-20939-            have_threads=yes
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22557-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22558:OBJECTS=`echo $SOURCES | sed 's,[^ ]*/\([^ ]*\)\.asm,$(objects)/\1.lo,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22559:OBJECTS=`echo $OBJECTS | sed 's,[^ ]*/\([^ ]*\)\.cc,$(objects)/\1.lo,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22560:OBJECTS=`echo $OBJECTS | sed 's,[^ ]*/\([^ ]*\)\.m,$(objects)/\1.lo,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22561:OBJECTS=`echo $OBJECTS | sed 's,[^ ]*/\([^ ]*\)\.c,$(objects)/\1.lo,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22562:OBJECTS=`echo $OBJECTS | sed 's,[^ ]*/\([^ ]*\)\.S,$(objects)/\1.lo,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22563:OBJECTS=`echo $OBJECTS | sed 's,[^ ]*/\([^ ]*\)\.rc,$(objects)/\1.o,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22564-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22565:SDLMAIN_OBJECTS=`echo $SDLMAIN_SOURCES | sed 's,[^ ]*/\([^ ]*\)\.cc,$(objects)/\1.o,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22566:SDLMAIN_OBJECTS=`echo $SDLMAIN_OBJECTS | sed 's,[^ ]*/\([^ ]*\)\.m,$(objects)/\1.o,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22567:SDLMAIN_OBJECTS=`echo $SDLMAIN_OBJECTS | sed 's,[^ ]*/\([^ ]*\)\.c,$(objects)/\1.o,g'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22568-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22734-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22735:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22736-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22802-if test -z "$BASH_VERSION$ZSH_VERSION" \
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22803:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22804-  as_echo='print -r --'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22805-  as_echo_n='print -rn --'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22806:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22807-  as_echo='printf %s\n'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22809-else
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22810:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22811-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22819-	expr "X$arg" : "X\\(.*\\)$as_nl";
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22820:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22821-      esac;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22896-# ----------------------------------------
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22897:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22898-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22968-  {
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:22969:    as_val=`expr "$@" || test $? -eq 1`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-22970-  }
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23072-      case $as_dir in #(
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23073:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23074-      *) as_qdir=$as_dir;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23129-	esac;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23130:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23131-	???[sx]*):;;*)false;;esac;fi
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23219-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23220:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23221-ac_cs_version="\\
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23243-  --*=?*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23244:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23245:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23246-    ac_shift=:
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23248-  --*=)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23249:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23250-    ac_optarg=
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23272-    case $ac_optarg in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23273:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23274-    '') as_fn_error $? "missing file argument" ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23280-    case $ac_optarg in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23281:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23282-    esac
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23348-delay_variable_subst='$delay_variable_subst'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23349:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23350:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23351:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23352:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23353:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23354:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23355:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23356:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23357:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23358:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23359:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23360:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23361:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23362:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23363:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23364:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23365:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23366:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23367:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23368:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23369:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23370:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23371:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23372:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23373:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23374:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23375:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23376:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23377:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23378:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23379:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23380:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23381:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23382:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23383:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23384:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23385:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23386:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23387:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23388:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23389:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23390:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23391:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23392:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23393:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23394:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23395:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23396:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23397:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23398:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23399:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23400:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23401:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23402:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23403:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23404:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23405:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23406:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23407:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23408:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23409:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23410:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23411:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23412:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23413:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23414:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23415:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23416:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23417:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23418:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23419:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23420:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23421:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23422:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23423:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23424:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23425:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23426:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23427:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23428:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23429:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23430:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23431:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23432:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23433:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23434:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23435:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23436:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23437:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23438:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23439:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23440:hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23441:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23442:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23443:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23444:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23445:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23446:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23447:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23448:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23449:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23450:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23451:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23452:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23453:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23454:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23455:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23456:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23457:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23458:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23459:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23460:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23461:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23462:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23463:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23464:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23465:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23466:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23467:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23468:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23469:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23470:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23471:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23472:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23473:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23474:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23475:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23476:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23477:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23478:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23479:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23480:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23481:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23482:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23483:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23484:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23485:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23486:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23487:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23488:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23489:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23490:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23491:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23492:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23493:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23494:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23495:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23496:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23497:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23498:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23499:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23500:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23501:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23502:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23503:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23504:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23505:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23506:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23507:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23508:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23509:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23510:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23511:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23512:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23513:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23514:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23515:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23516:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23517:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23518:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23519:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23520:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23521:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23522:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23523:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23524:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23525:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23526:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23527:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23528:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23529:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23530:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23531:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23532:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23533:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23534:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23535-
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23646-compiler_lib_search_path_CXX; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23647:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23648-    *[\\\\\\\`\\"\\\$]*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23649:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23650-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23687-postlink_cmds_CXX; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23688:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23689-    *[\\\\\\\`\\"\\\$]*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23690:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23691-      ;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23791-fi
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23792:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23793-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23808-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23809:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23810-ac_delim='%!_!# '
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23814-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23815:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23816-  if test $ac_delim_n = $ac_delim_num; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23952-for ac_last_try in false false :; do
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:23953:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-23954-  if test -z "$ac_tt"; then
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24084-      esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:24085:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24086-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24143-*)
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:24144:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24145-  # A ".." for each directory in $ac_dir_suffix.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:24146:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24147-  case $ac_top_builddir_sub in
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24199-/@mandir@/p'
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:24200:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24201-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24216-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:24217:# Neutralize VPATH when `$srcdir' = `.'.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24218-# Shell code in configure.ac might set extrasub.
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24243-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:24244:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24245-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24305-
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure:24306:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
libalien-sdl-perl-1.446/patches/SDL-1.2.14-configure-24307-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
libalien-sdl-perl-1.446/.pc/fix-spelling/lib/Alien/SDL.pm-298-  return unless ($script && ($param =~ /[a-z0-9_]*/i));
libalien-sdl-perl-1.446/.pc/fix-spelling/lib/Alien/SDL.pm:299:  my $val = `$script --$param 2>$devnull`;
libalien-sdl-perl-1.446/.pc/fix-spelling/lib/Alien/SDL.pm-300-  $val =~ s/[\r\n]*$//;
##############################################
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm-100-        print "(cmd: $cmd)\n";
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm:101:        unless($self->do_system($cmd)) {
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm-102-          if(-f "config.log" && open(CONFIGLOG, "<config.log")) {
##############################################
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm-188-    if($pack eq 'SDL') {
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm:189:      # kmx experienced troubles while cygwin build when nasm was present in PATH
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm:190:#      $extra .= " --disable-nasm --enable-pthreads --enable-pthread-sem --enable-sdl-dlopen --disable-arts"
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm-191-#              . " --disable-esd --disable-nas --enable-oss --disable-pulseaudio --disable-dga --disable-video-aalib"
##############################################
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm-254-  my $devnull       = File::Spec->devnull();
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm:255:  my $ver           = `$name --version 2> $devnull`;
libalien-sdl-perl-1.446/.pc/disable-rpath/inc/My/Builder/Unix.pm-256-  if($ver =~ /GNU Make/i) {
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder.pm-131-  if(!$ENV{http_proxy} && $ENV{PERL5_CPAN_IS_RUNNING}) {
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder.pm:132:    if(eval('require CPAN::Config; 1') && $CPAN::Config->{http_proxy}) {
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder.pm-133-      $ENV{http_proxy} = $CPAN::Config->{http_proxy};
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder.pm-260-  foreach my $p (qw(version prefix libs cflags)) {
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder.pm:261:    my $o=`$script --$p 2>$devnull`;
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder.pm-262-    if ($o) {
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm-100-        print "(cmd: $cmd)\n";
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm:101:        unless($self->do_system($cmd)) {
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm-102-          if(-f "config.log" && open(CONFIGLOG, "<config.log")) {
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm-188-    if($pack eq 'SDL') {
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm:189:      # kmx experienced troubles while cygwin build when nasm was present in PATH
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm:190:#      $extra .= " --disable-nasm --enable-pthreads --enable-pthread-sem --enable-sdl-dlopen --disable-arts"
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm-191-#              . " --disable-esd --disable-nas --enable-oss --disable-pulseaudio --disable-dga --disable-video-aalib"
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm-254-  my $devnull       = File::Spec->devnull();
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm:255:  my $ver           = `$name --version 2> $devnull`;
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Builder/Unix.pm-256-  if($ver =~ /GNU Make/i) {
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-329-  my $devnull = File::Spec->devnull();
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm:330:  my $version = `$script --version 2>$devnull`;
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-331-  if($? >> 8) {
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-334-  }
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm:335:  my $prefix = `$script --prefix 2>$devnull`;
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-336-  if($? >> 8) {
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-430-    || $Config{perllibs}    =~ /\Q-l$lib\E\b/
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm:431:    || `ldd $^X 2>$devnull` =~ /[\/\\]lib\Q$lib\E[\-\d\.]*\.($dlext[\d\.]*|so|dll)$/) {
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-432-      print "yes\n";
##############################################
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-560-    while (<INPF>) {
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm:561:     eval( "$re" );
libalien-sdl-perl-1.446/.pc/reproducible-build/inc/My/Utility.pm-562-     print OUTF $_;