/[mldonkey]/mldonkey/config/Makefile.in
ViewVC logotype

Diff of /mldonkey/config/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.104 by spiralvoice, Tue Jul 19 17:39:49 2005 UTC revision 1.105 by spiralvoice, Tue Jul 19 19:01:38 2005 UTC
# Line 292  COMMON_CLIENT_SRCS= \ Line 292  COMMON_CLIENT_SRCS= \
292  all: Makefile config/Makefile.config $(TARGET_TYPE)  all: Makefile config/Makefile.config $(TARGET_TYPE)
293    
294  config/configure: config/configure.in  config/configure: config/configure.in
295          cd config          cd config; autoconf
         if which autoconf259; then  
           ac="autoconf259"  
         else  
           if which autoconf-2.59; then  
             ac="autoconf-2.59"  
             if which autoconf-2.5x; then  
               ac="autoconf-2.5x"  
             else  
               ac="autoconf"  
             fi  
           fi  
         fi  
         $ac                                                                      
296    
297  ifeq ("$(CONFIGURE_RUN)" , "yes")  ifeq ("$(CONFIGURE_RUN)" , "yes")
298    

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26