This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
autogen: make shippable copies instead of most-probably-broken symlinks
master
Samuel Thibault
5 years ago
parent
9427a9d8e8
commit
0328b8ed06
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
autogen.sh
+ 2
- 2
autogen.sh
View File
@@ -13,7 +13,7 @@ ln -sf README.md README
aclocal -I m4 || exit 1
${LIBTOOLIZE} || exit 1
${LIBTOOLIZE}
--copy
|| exit 1
autoheader || exit 1
automake --add-missing || exit 1
automake --add-missing
--copy
|| exit 1
autoconf || exit 1
Write
Preview
Loading…
Cancel
Save