mirror of https://gitee.com/openkylin/gdal.git
Fix configure.ac error
This commit is contained in:
parent
ddb27f7772
commit
47bbaf58a5
|
@ -1,3 +1,9 @@
|
|||
gdal (3.0.4+dfsg-ok4) yangtze; urgency=medium
|
||||
|
||||
* Fix configure.ac error.
|
||||
|
||||
-- zhouganqing <zhouganqing@kylinos.cn> Tue, 19 Mar 2024 16:42:52 +0800
|
||||
|
||||
gdal (3.0.4+dfsg-ok3) yangtze; urgency=medium
|
||||
|
||||
*add tirpc and fix check error
|
||||
|
|
|
@ -109,7 +109,6 @@ dnl acl_hardcode_minus_L.
|
|||
AC_DEFUN([AC_LIB_RPATH],
|
||||
[
|
||||
dnl Tell automake >= 1.10 to complain if config.rpath is missing.
|
||||
m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
|
||||
AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS
|
||||
AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld
|
||||
AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host
|
||||
|
|
Loading…
Reference in New Issue