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 151604 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.
revised configure.ac
configure.ac (text/plain), 2.91 KB, created by
Noriko Hosoi
on 2007-04-03 18:37:16 UTC
(
hide
)
Description:
revised configure.ac
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-04-03 18:37:16 UTC
Size:
2.91 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 dssetup -v >AC_INIT([dssetuputil], [1.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" >], >[ > 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" > platform_libs="" > # relative to sysconfdir > ;; > ia64-hp-hpux*) > platform_defs="-DXP_UNIX" > platform="hpux" > platform_libs="" > ;; > hppa*-hp-hpux*) > platform_defs="-DXP_UNIX" > platform="hpux" > ;; > sparc-sun-solaris*) > platform_defs="-DXP_UNIX" > platform="solaris" > platform_libs="-lCstd -lCrun" > ;; > *) > platform="" > ;; >esac >AC_SUBST([platform_defs]) >AC_SUBST([platform]) >AC_SUBST([platform_libs]) > >AC_SEARCH_LIBS(socket, socket) >AC_SEARCH_LIBS(gethostbyname, nsl) >AC_SEARCH_LIBS(endwin, [curses Hcurses]) > ># 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 datadir,includedir >dssetupdir=/$PACKAGE_NAME-$PACKAGE_VERSION >AC_SUBST(dssetupdir) > ># 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_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