mirror of
https://github.com/scsitape/stenc.git
synced 2026-04-29 04:37:01 +00:00
$VARS are not permitted in AC_INIT
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
PACKAGE=stenc
|
||||
VERSION=1.0.7
|
||||
|
||||
AC_INIT($PACKAGE, $VERSION)
|
||||
AC_INIT([stenc], [1.0.7])
|
||||
AC_CONFIG_SRCDIR([src/main.cpp])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user