| configure.ac (37308aa2) | configure.ac (914ff780) |
|---|---|
| 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 --- 3545 unchanged lines hidden (view full) --- 3554 AC_MSG_ERROR([cannot build packages. Try installing rpmbuild.]) 3555 fi 3556 fi 3557 if echo "$PKGFORMAT" | $EGREP deb 2>&1 >/dev/null; then 3558 AC_PATH_PROG(DPKG, dpkg, no) 3559 if test "$DPKG" = "no"; then 3560 AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.]) 3561 fi | 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 --- 3545 unchanged lines hidden (view full) --- 3554 AC_MSG_ERROR([cannot build packages. Try installing rpmbuild.]) 3555 fi 3556 fi 3557 if echo "$PKGFORMAT" | $EGREP deb 2>&1 >/dev/null; then 3558 AC_PATH_PROG(DPKG, dpkg, no) 3559 if test "$DPKG" = "no"; then 3560 AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.]) 3561 fi |
| 3562 AC_PATH_PROG(FAKEROOT, fakeroot, no) 3563 if test "$FAKEROOT" = "no"; then 3564 AC_MSG_WARN([fakeroot recommended for deb creation. Will try with getuid.so hack.]) 3565 fi |
|
| 3562 fi 3563 if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then 3564 if test "$_os" = "Darwin"; then 3565 if test "$_osxpkgbuild" = "no"; then 3566 AC_MSG_CHECKING([for PackageMaker availability]) 3567 if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then 3568 AC_MSG_ERROR([not installed. Please install Apples Dev Tools]) 3569 else --- 33 unchanged lines hidden (view full) --- 3603 if echo "$PKGFORMAT" | $EGREP pkg 2>&1 >/dev/null; then 3604 AC_PATH_PROG(PKGMK, pkgmk, no) 3605 if test "$PKGMK" = "no"; then 3606 AC_MSG_ERROR([pkgmk needed for Solaris pkg creation. Install it.]) 3607 fi 3608 fi 3609 AC_SUBST(RPM) 3610 AC_SUBST(DPKG) | 3566 fi 3567 if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then 3568 if test "$_os" = "Darwin"; then 3569 if test "$_osxpkgbuild" = "no"; then 3570 AC_MSG_CHECKING([for PackageMaker availability]) 3571 if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then 3572 AC_MSG_ERROR([not installed. Please install Apples Dev Tools]) 3573 else --- 33 unchanged lines hidden (view full) --- 3607 if echo "$PKGFORMAT" | $EGREP pkg 2>&1 >/dev/null; then 3608 AC_PATH_PROG(PKGMK, pkgmk, no) 3609 if test "$PKGMK" = "no"; then 3610 AC_MSG_ERROR([pkgmk needed for Solaris pkg creation. Install it.]) 3611 fi 3612 fi 3613 AC_SUBST(RPM) 3614 AC_SUBST(DPKG) |
| 3615 AC_SUBST(FAKEROOT) |
|
| 3611 AC_SUBST(PKGMK) 3612else 3613 AC_MSG_RESULT([no]) 3614 BUILD_EPM=NO 3615 EPM=NO 3616 PKGFORMAT=native 3617fi 3618AC_SUBST(BUILD_EPM) --- 3895 unchanged lines hidden --- | 3616 AC_SUBST(PKGMK) 3617else 3618 AC_MSG_RESULT([no]) 3619 BUILD_EPM=NO 3620 EPM=NO 3621 PKGFORMAT=native 3622fi 3623AC_SUBST(BUILD_EPM) --- 3895 unchanged lines hidden --- |