mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
acinclude: move AC_SYS_LARGEFILE after AC_CANONICAL_*
no idea why, but detection of 64bit largefile flags fails otherwise in
some setups
Origin commit data
------------------
Branch: ni/coolstream
Commit: f94f960e85
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-19 (Sun, 19 Feb 2017)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
333dafe23d
commit
900788509e
@@ -3,7 +3,6 @@ AM_CONFIG_HEADER(config.h)
|
|||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AC_GNU_SOURCE
|
AC_GNU_SOURCE
|
||||||
AC_SYS_LARGEFILE
|
|
||||||
|
|
||||||
AC_ARG_WITH(target,
|
AC_ARG_WITH(target,
|
||||||
[ --with-target=TARGET target for compilation [[native,cdk]]],
|
[ --with-target=TARGET target for compilation [[native,cdk]]],
|
||||||
@@ -75,6 +74,7 @@ fi
|
|||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
check_path () {
|
check_path () {
|
||||||
return $(perl -e "if(\"$1\"=~m#^/usr/(local/)?bin#){print \"0\"}else{print \"1\";}")
|
return $(perl -e "if(\"$1\"=~m#^/usr/(local/)?bin#){print \"0\"}else{print \"1\";}")
|
||||||
|
Reference in New Issue
Block a user