Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5cdf62b9
...
5cdf62b95db54f1db42b73a620977dd8d3ffaa13
authored
2003-06-11 09:59:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
A hack to force automake to install COPYING file.
1 parent
63275556
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
autogen.sh
autogen.sh
View file @
5cdf62b
#!/bin/sh
# This trick forces automake to install COPYING
trap
"mv
$$
.COPYING.LIB COPYING.LIB"
1 2 3 15
mv COPYING.LIB
$$
.COPYING.LIB
autoreconf -f -i -s
mv
$$
.COPYING.LIB COPYING.LIB
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment