Changeset 2547 for trunk/m4/Makefile.am


Ignore:
Timestamp:
Aug 5, 2011, 6:32:19 PM (12 years ago)
Author:
Peter
Message:

included needed m4 files in dist. fixes #670 (distcheck now works)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/Makefile.am

    r2451 r2547  
    2020# along with yat. If not, see <http://www.gnu.org/licenses/>.
    2121
    22 EXTRA_DIST = yat.m4
     22aclocaldir = $(datadir)/aclocal
     23## macros to install - we only install our own macros (not 3rd party)
     24aclocal_DATA = yat.m4
     25aclocal_DATA += yat_add_flag.m4
     26aclocal_DATA += yat_am_macros.m4
     27aclocal_DATA += yat_cblas.m4
     28aclocal_DATA += yat_common.m4
     29aclocal_DATA += yat_gsl.m4
     30aclocal_DATA += yat_lt_link_ifelse.m4
     31aclocal_DATA += yat_msg_error.m4
     32aclocal_DATA += yat_svn_release.m4
    2333
    24 ## if we don't use the macro, we need to tell automake to include it in dist
    25 EXTRA_DIST += yat_common.m4 yat_lt_link_ifelse.m4 yat_am_macros.m4
    26 EXTRA_DIST += yat_msg_error.m4
     34## make sure all our macros are included in dist
     35EXTRA_DIST = $(aclocal_DATA)
     36## include macro that we only use in tests and not in configure.ac
     37EXTRA_DIST += ax_ac_append_to_file.m4
    2738
    28 aclocaldir = $(datadir)/aclocal
    29 aclocal_DATA = yat_add_flag.m4 yat_cblas.m4 yat_svn_release.m4 $(EXTRA_DIST)
    30 
Note: See TracChangeset for help on using the changeset viewer.