mirror of https://gitee.com/openkylin/libcdio.git
[PATCH] Drop LIBCDIO_SOURCE_PATH by dropping STRIP_FROM_PATH Doxygen setup; it's not used as FULL_PATH_NAMES = no
Gbp-Pq: Name 0001-Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch
This commit is contained in:
parent
ad991b1113
commit
8c7901333f
|
@ -557,11 +557,6 @@ AC_SUBST(HAVE_SOLARIS_CDROM)
|
|||
AC_SUBST(HAVE_WIN32_CDROM)
|
||||
AC_SUBST(HAVE_OS2_CDROM)
|
||||
|
||||
LIBCDIO_SOURCE_PATH="`pwd`"
|
||||
AC_DEFINE_UNQUOTED(LIBCDIO_SOURCE_PATH, "$LIBCDIO_SOURCE_PATH",
|
||||
[Full path to libcdio top_sourcedir.])
|
||||
AC_SUBST(LIBCDIO_SOURCE_PATH)
|
||||
|
||||
AC_CHECK_FUNCS( [chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \
|
||||
getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \
|
||||
seteuid setegid snprintf setenv strndup unsetenv tzset sleep \
|
||||
|
|
|
@ -138,7 +138,7 @@ FULL_PATH_NAMES = NO
|
|||
# If left blank the directory from which doxygen is run is used as the
|
||||
# path to strip.
|
||||
|
||||
STRIP_FROM_PATH = @LIBCDIO_SOURCE_PATH@
|
||||
STRIP_FROM_PATH =
|
||||
|
||||
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
||||
# the path mentioned in the documentation of a class, which tells
|
||||
|
|
Loading…
Reference in New Issue