| configure.ac (239c1b90) | configure.ac (b1c6a57b) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 3530 unchanged lines hidden (view full) --- 3539 fi 3540 if echo "$PKGFORMAT" | $EGREP deb 2>&1 >/dev/null; then 3541 AC_PATH_PROG(DPKG, dpkg, no) 3542 if test "$DPKG" = "no"; then 3543 AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.]) 3544 fi 3545 AC_PATH_PROG(FAKEROOT, fakeroot, no) 3546 if test "$FAKEROOT" = "no"; then | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 3530 unchanged lines hidden (view full) --- 3539 fi 3540 if echo "$PKGFORMAT" | $EGREP deb 2>&1 >/dev/null; then 3541 AC_PATH_PROG(DPKG, dpkg, no) 3542 if test "$DPKG" = "no"; then 3543 AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.]) 3544 fi 3545 AC_PATH_PROG(FAKEROOT, fakeroot, no) 3546 if test "$FAKEROOT" = "no"; then |
| 3547 AC_MSG_WARN([fakeroot recommended for deb creation. Will try with getuid.so hack.]) | 3547 AC_MSG_ERROR([fakeroot needed for deb creation. Install fakeroot.]) |
| 3548 fi 3549 fi 3550 if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then 3551 if test "$_os" = "Darwin"; then 3552 if test "$_osxpkgbuild" = "no"; then 3553 AC_MSG_CHECKING([for PackageMaker availability]) 3554 if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then 3555 AC_MSG_ERROR([not installed. Please install Apples Dev Tools]) --- 3935 unchanged lines hidden --- | 3548 fi 3549 fi 3550 if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then 3551 if test "$_os" = "Darwin"; then 3552 if test "$_osxpkgbuild" = "no"; then 3553 AC_MSG_CHECKING([for PackageMaker availability]) 3554 if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then 3555 AC_MSG_ERROR([not installed. Please install Apples Dev Tools]) --- 3935 unchanged lines hidden --- |