Changeset 52bee9c


Ignore:
Timestamp:
Apr 18, 2013, 3:38:47 PM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Parents:
60e8617 (diff), 487cc2b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 487cc2b1b658bcc696e3951201320be455fc86e4 into 60e8617904bd9d4cfd97f15d5ec92e713962db99
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r3624a2c r78b9503  
    109109    barnowl-wrapper.in \
    110110    codelist.pl \
    111     doc \
     111    doc/code.txt \
     112    doc/owl-window.txt \
     113    doc/releasing-barnowl.txt \
    112114    examples \
    113115    marshal_types \
  • configure.ac

    reb5e8fc r487cc2b  
    22AC_INIT([BarnOwl],[1.10dev],[bug-barnowl@mit.edu])
    33AM_INIT_AUTOMAKE([1.7.0 -Wall -Wno-portability foreign])
     4AM_MAINTAINER_MODE([enable])
    45m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
    56
     
    185186AC_REPLACE_FUNCS([memrchr])
    186187
     188AC_SUBST([abs_builddir])
     189AC_SUBST([abs_srcdir])
     190
    187191AC_CONFIG_FILES([Makefile compat/Makefile libfaim/Makefile perl/Makefile perl/modules/Makefile])
    188192AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.