Changeset 1348:115e42a5b0f7 in lemon-0.x for bootstrap
- Timestamp:
- 04/13/05 08:49:42 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrap
r1304 r1348 54 54 aclocal=aclocal 55 55 autoconf=autoconf 56 autoheader=autoheader 56 57 57 58 if test -n "$amver" … … 64 65 then 65 66 autoconf=autoconf-$acver 67 autoheader=autoheader-$acver 66 68 fi 67 69 68 $aclocal \ 70 set -x 71 $aclocal -I config \ 69 72 && libtoolize --force --copy \ 73 && $autoheader \ 70 74 && $automake --add-missing --copy --gnu \ 71 75 && $autoconf
Note: See TracChangeset
for help on using the changeset viewer.