Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151466 Details for
Bug 234893
Build SetupUtil with autotools
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
configure.ac
configure.ac (text/plain), 3.37 KB, created by
Noriko Hosoi
on 2007-04-02 19:43:10 UTC
(
hide
)
Description:
configure.ac
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-04-02 19:43:10 UTC
Size:
3.37 KB
patch
obsolete
># -*- Autoconf -*- ># Process this file with autoconf to produce a configure script. >AC_PREREQ(2.59) ># This version is the version returned by setup -v >AC_INIT([setuputil], [1.0], [http://bugzilla.redhat.com/]) >AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) >AM_MAINTAINER_MODE >AC_CANONICAL_HOST > ># Checks for programs. >AC_PROG_CXX >AC_PROG_CC >AM_PROG_CC_C_O >AC_PROG_LIBTOOL > ># Checks for header files. >AC_HEADER_DIRENT >AC_HEADER_STDC >AC_HEADER_SYS_WAIT >AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/socket.h sys/time.h unistd.h]) > ># Checks for typedefs, structures, and compiler characteristics. >AC_HEADER_STAT >AC_C_CONST >AC_HEADER_STDBOOL >AC_TYPE_UID_T >AC_TYPE_PID_T >AC_TYPE_SIZE_T >AC_HEADER_TIME >AC_STRUCT_TM > ># Checks for library functions. >AC_FUNC_CHOWN >AC_FUNC_CLOSEDIR_VOID >AC_FUNC_ERROR_AT_LINE >AC_FUNC_LSTAT >AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK >AC_FUNC_MALLOC >AC_FUNC_MEMCMP >AC_TYPE_SIGNAL >AC_FUNC_STRFTIME >AC_CHECK_FUNCS([endpwent getcwd gethostbyname inet_ntoa memset mkdir putenv rmdir socket strcasecmp strchr strdup strncasecmp strpbrk strrchr strstr]) > >AC_MSG_CHECKING(for --enable-debug) >AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [Enable debug features (default: no)]), >[ > AC_MSG_RESULT(yes) > debug_defs="-DDEBUG -DMCC_DEBUG" >], >[ > AC_MSG_RESULT(no) > debug_defs="" >]) >AC_SUBST([debug_defs]) > ># WINNT should be true if building on Windows system not using ># cygnus, mingw, or the like and using cmd.exe as the shell >AM_CONDITIONAL([WINNT], false) > ># Deal with platform dependent defines ># relative to sysconfdir >case $host in > *-*-linux*) > platform_defs="-DXP_UNIX -DLINUX" > platform="linux" > # relative to sysconfdir > ;; > ia64-hp-hpux*) > platform_defs="-DXP_UNIX" > platform="hpux" > ;; > hppa*-hp-hpux*) > platform_defs="-DXP_UNIX" > platform="hpux" > ;; > sparc-sun-solaris*) > platform_defs="-DXP_UNIX" >dnl socket nsl and dl are required to link several programs and libdb >dnl LIBSOCKET=-lsocket >dnl AC_SUBST([LIBSOCKET], [$LIBSOCKET]) >dnl LIBNSL=-lnsl >dnl AC_SUBST([LIBNSL], [$LIBNSL]) >dnl LIBDL=-ldl >dnl AC_SUBST([LIBDL], [$LIBDL]) >dnl Cstd and Crun are required to link any C++ related code >dnl LIBCSTD=-lCstd >dnl AC_SUBST([LIBCSTD], [$LIBCSTD]) >dnl LIBCRUN=-lCrun >dnl AC_SUBST([LIBCRUN], [$LIBCRUN]) > platform="solaris" > ;; > *) > platform="" > ;; >esac >AC_SUBST([platform_defs]) > ># Check for library dependencies >m4_include(m4/nspr.m4) >m4_include(m4/nss.m4) >m4_include(m4/mozldap.m4) >m4_include(m4/sasl.m4) >m4_include(m4/svrcore.m4) > >AC_PREFIX_DEFAULT([/opt/$PACKAGE_NAME]) > ># installation paths >#relative to libdir >setupdir=/$PACKAGE_NAME >#relative to libdir >setuplibdir=/$PACKAGE_NAME >#relative to sbindir >setupsbindir=/$PACKAGE_NAME >#relative to datadir >setupconfigdir=/$PACKAGE_NAME >#relative to datadir >setuppropertydir=/$PACKAGE_NAME >#relative to includedir >setupincludedir=/$PACKAGE_NAME > ># write out paths for binary components >AC_SUBST(nspr_inc) >AC_SUBST(nspr_lib) >AC_SUBST(nspr_libdir) >AC_SUBST(nss_inc) >AC_SUBST(nss_lib) >AC_SUBST(nss_libdir) >AC_SUBST(ldapsdk_inc) >AC_SUBST(ldapsdk_lib) >AC_SUBST(ldapsdk_libdir) >AC_SUBST(ldapsdk_bindir) >AC_SUBST(sasl_inc) >AC_SUBST(sasl_lib) >AC_SUBST(sasl_libdir) >AC_SUBST(svrcore_inc) >AC_SUBST(svrcore_lib) > >AC_DEFINE([LDAP_DEBUG], [1], [LDAP debug flag]) > >AC_CONFIG_FILES([Makefile]) > >AC_OUTPUT
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 234893
:
151466
|
151468
|
151469
|
151604
|
151605
|
151637
|
151638
|
151698
|
151722
|
151725
|
151728
|
151793
|
151794