bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in 2.52 ?


From: Akim Demaille
Subject: Re: bug in 2.52 ?
Date: 05 Nov 2001 11:19:53 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| # Process this file with autoconf to produce a configure script.
| AC_INIT(include/libelfsh.h)
| AM_INIT_AUTOMAKE(libelfsh, 0, foo)
| 
| AM_CONFIG_HEADER(include/config.h)
| AC_CONFIG_SRCDIR([data.c])
| #AC_CONFIG_HEADERS([include/config.h])
| 
| 
| # Checks for programs.
| AC_PROG_RANLIB
| AC_PROG_CC
| AC_C_CONST
| #AC_PROG_INSTALL
| 
| 
| # For compiler
| CFLAGS='-Wall -g3

Close the quote.

| # Checks for libraries.
| 
| # Checks for header files.
| AC_CHECK_HEADERS([errno.h fcntl.h stdlib.h string.h unistd.h])
| 
| # Checks for library functions.
| AC_CHECK_FUNCS([bzero])
| 
| #AC_CONFIG_FILES([Makefile])
| AC_OUTPUT(Makefile)
| 
| bash-2.05$ 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]