Changeset 540 for trunk/src/Makefile.in


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/Makefile.in

    r538 r540  
    4343        $(srcdir)/Makefile.in 
    4444ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    45 am__aclocal_m4_deps = $(top_srcdir)/acx_pthread.m4 \ 
     45am__aclocal_m4_deps = $(top_srcdir)/ax_pthread.m4 \ 
    4646        $(top_srcdir)/configure.ac 
    4747am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
     
    120120VERSION = @VERSION@ 
    121121ac_ct_CC = @ac_ct_CC@ 
    122 acx_pthread_config = @acx_pthread_config@ 
    123122am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 
    124123am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 
     
    128127am__tar = @am__tar@ 
    129128am__untar = @am__untar@ 
     129ax_pthread_config = @ax_pthread_config@ 
    130130bindir = @bindir@ 
    131131build = @build@ 
Note: See TracChangeset for help on using the changeset viewer.