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
2904b5dddd496701d5de33add7b666aa940c3ee6
Authored by
Stéphane Raimbault
2010-10-07 02:48:25 +0200
1 parent
a65995df
Remove configure call in autogen.sh script
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
autogen.sh
autogen.sh
View file @
2904b5d
1
#! /bin/sh
1
#! /bin/sh
2
autoreconf -v --install --force || exit 1
2
autoreconf -v --install --force || exit 1
3
-./configure "$@"