Changeset 1769 for trunk/test/create_yathello.sh.in
- Timestamp:
- Feb 3, 2009, 11:01:29 PM (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/create_yathello.sh.in
r1767 r1769 24 24 # configure.ac. The macro only works with an installed yat, so the 25 25 # test should be run after `make install'. 26 27 28 prefix=@prefix@29 exec_prefix=@exec_prefix@30 bindir=@bindir@31 26 32 27 rm -rf yathello … … 73 68 74 69 cp @abs_top_srcdir@/build_support/yat.m4 . 75 76 autoreconf -sivf && ./configure --with-yat=$bindir && make check
Note: See TracChangeset
for help on using the changeset viewer.