Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2d3697efedba820775993aab7fbd9df2260702a1
Authored by
Stéphane Raimbault
2012-11-12 20:57:28 +0100
1 parent
cf644914
Symlinks instead of copies in autogen.sh
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
autogen.sh
autogen.sh
View file @
2d3697e
1
1
#! /bin/sh
2
-autoreconf -v --install --force || exit 1
2
+autoreconf --install --symlink --force || exit 1
...
...