projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f487d
)
A few more fixes for configure.ac files.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 4 Jan 2012 14:26:41 +0000
(15:26 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 4 Jan 2012 14:42:24 +0000
(15:42 +0100)
Add missing checks and quotes, remove superfluous checks, etc.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index dbfee3f8d91c8b8753ec4f3202e15289c4ac0af7..1d480c6e7328d938e38b6a77af0b2291d9252535 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-17,7
+17,7
@@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-AC_PREREQ(
2.61
)
+AC_PREREQ(
[2.61]
)
AC_INIT([sigrok-cli], [0.1], [sigrok-devel@lists.sourceforge.net],
[sigrok-cli], [http://www.sigrok.org])