A few more fixes for configure.ac files.
Add missing checks and quotes, remove superfluous checks, etc.
This commit is contained in:
parent
dd8b5f565f
commit
8e43129c10
|
@ -17,7 +17,7 @@
|
||||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
##
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ([2.61])
|
||||||
|
|
||||||
# libsigrok package version number (NOT the same as shared lib version!).
|
# libsigrok package version number (NOT the same as shared lib version!).
|
||||||
m4_define([libsigrok_major_version], [0])
|
m4_define([libsigrok_major_version], [0])
|
||||||
|
|
Loading…
Reference in New Issue