Ignore:
Timestamp:
02/05/10 13:47:06 (2 years ago)
Author:
eagle
Message:
  • debian directory included into source package.
  • freebsd directory included into source package.
  • acx_pthread.m4 replaced by newer ax_pthread.m4 for autoconf.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cygwin/Makefile.in

    r538 r540  
    4141        $(srcdir)/Makefile.in 
    4242ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    43 am__aclocal_m4_deps = $(top_srcdir)/acx_pthread.m4 \ 
     43am__aclocal_m4_deps = $(top_srcdir)/ax_pthread.m4 \ 
    4444        $(top_srcdir)/configure.ac 
    4545am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    9999VERSION = @VERSION@ 
    100100ac_ct_CC = @ac_ct_CC@ 
    101 acx_pthread_config = @acx_pthread_config@ 
    102101am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 
    103102am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 
     
    107106am__tar = @am__tar@ 
    108107am__untar = @am__untar@ 
     108ax_pthread_config = @ax_pthread_config@ 
    109109bindir = @bindir@ 
    110110build = @build@ 
Note: See TracChangeset for help on using the changeset viewer.