CVS: rdesktop Makefile.in,1.11,1.12 configure.ac,1.17,1.18

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14731

Modified Files:
	Makefile.in configure.ac 
Log Message:
Applied patch #1381496: cross compile fix for strip

Index: Makefile.in
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile.in	25 Aug 2005 20:39:58 -0000	1.11
--- Makefile.in	27 Dec 2005 09:20:33 -0000	1.12
***************
*** 18,21 ****
--- 18,22 ----
  CFLAGS      = @CFLAGS@ @X_CFLAGS@ @DEFS@ -DKEYMAP_PATH=\"$(KEYMAP_PATH)\"
  LDFLAGS     = @LDFLAGS@ @LIBS@ @X_LIBS@ @X_EXTRA_LIBS@
+ STRIP       = @STRIP@
  
  TARGETS     = rdesktop @RDP2VNCTARGET@
***************
*** 57,61 ****
  	mkdir -p $(DESTDIR)$(bindir)
  	$(INSTALL) rdesktop $(DESTDIR)$(bindir)
! 	strip $(DESTDIR)$(bindir)/rdesktop
  	chmod 755 $(DESTDIR)$(bindir)/rdesktop
  
--- 58,62 ----
  	mkdir -p $(DESTDIR)$(bindir)
  	$(INSTALL) rdesktop $(DESTDIR)$(bindir)
! 	$(STRIP) $(DESTDIR)$(bindir)/rdesktop
  	chmod 755 $(DESTDIR)$(bindir)/rdesktop
  

Index: configure.ac
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** configure.ac	6 Jun 2005 14:14:45 -0000	1.17
--- configure.ac	27 Dec 2005 09:20:33 -0000	1.18
***************
*** 24,27 ****
--- 24,29 ----
  AC_CHECK_HEADER(langinfo.h, AC_DEFINE(HAVE_LANGINFO_H))
  
+ AC_CHECK_TOOL(STRIP, strip, :)
+ 
  rpath=""
  



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.