Changeset 2547 for trunk/m4/Makefile.am
- Timestamp:
- Aug 5, 2011, 6:32:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/Makefile.am
r2451 r2547 20 20 # along with yat. If not, see <http://www.gnu.org/licenses/>. 21 21 22 EXTRA_DIST = yat.m4 22 aclocaldir = $(datadir)/aclocal 23 ## macros to install - we only install our own macros (not 3rd party) 24 aclocal_DATA = yat.m4 25 aclocal_DATA += yat_add_flag.m4 26 aclocal_DATA += yat_am_macros.m4 27 aclocal_DATA += yat_cblas.m4 28 aclocal_DATA += yat_common.m4 29 aclocal_DATA += yat_gsl.m4 30 aclocal_DATA += yat_lt_link_ifelse.m4 31 aclocal_DATA += yat_msg_error.m4 32 aclocal_DATA += yat_svn_release.m4 23 33 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 35 EXTRA_DIST = $(aclocal_DATA) 36 ## include macro that we only use in tests and not in configure.ac 37 EXTRA_DIST += ax_ac_append_to_file.m4 27 38 28 aclocaldir = $(datadir)/aclocal29 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.