[Mplayer-cvslog] CVS: main configure,1.599,1.600
    pl CVS 
    pl at mplayerhq.hu
       
    Mon Nov 11 02:12:16 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/libmpdvdkit2 ioctl.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian bugreports.html,1.25,1.26 cd-dvd.html,1.37,1.38 codecs.html,1.57,1.58 documentation.html,1.163,1.164 encoding.html,1.37,1.38 faq.html,1.63,1.64 formats.html,1.26,1.27 skin-hu.html,1.4,1.5 sound.html,1.36,1.37 video.html,1.65,1.66
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv15218
Modified Files:
	configure 
Log Message:
avoid using stale parameters for compilation if an error ocurred in configure
(think of ./configure <...> && make)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.599
retrieving revision 1.600
diff -u -r1.599 -r1.600
--- configure	9 Nov 2002 17:44:28 -0000	1.599
+++ configure	11 Nov 2002 01:11:58 -0000	1.600
@@ -1313,7 +1313,7 @@
 
   *)
     echo "Unknown parameter: $ac_option"
-    exit
+    exit 1
     ;;
 
   esac
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/libmpdvdkit2 ioctl.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian bugreports.html,1.25,1.26 cd-dvd.html,1.37,1.38 codecs.html,1.57,1.58 documentation.html,1.163,1.164 encoding.html,1.37,1.38 faq.html,1.63,1.64 formats.html,1.26,1.27 skin-hu.html,1.4,1.5 sound.html,1.36,1.37 video.html,1.65,1.66
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list