Remove := in Makefiles for portability.
autoconf 1.10 complains about adding AM_PROC_CC_C_O - pander to it.
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
# public release, then set AGE to 0. A changed interface means an
|
||||
# incompatibility with previous versions.
|
||||
|
||||
libudf_la_CURRENT := 0
|
||||
libudf_la_REVISION := 0
|
||||
libudf_la_AGE := 0
|
||||
libudf_la_CURRENT = 0
|
||||
libudf_la_REVISION = 0
|
||||
libudf_la_AGE = 0
|
||||
|
||||
EXTRA_DIST = libudf.sym
|
||||
|
||||
|
||||
Reference in New Issue
Block a user