A few more fixes for configure.ac files.

Add missing checks and quotes, remove superfluous checks, etc.
This commit is contained in:
Uwe Hermann 2012-01-04 15:26:41 +01:00
parent dd8b5f565f
commit 8e43129c10
1 changed files with 1 additions and 1 deletions

View File

@ -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])