bug-inetutils
[Top][All Lists]
Advanced

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

configure.ac rewrite..


From: Alfred M. Szmidt
Subject: configure.ac rewrite..
Date: 21 Apr 2002 20:13:02 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

Hi!

Phew, I am done with this crap...

I haven't done any extensive tests on it, but the normal "./autogen.sh ;
./configure ; make" works on my box, if anyone could try it on different
systems that would be helpful.

ChangeLog
        * Makefile.am (AUTOMAKE_OPTIONS): Require GNU Automake 1.6.

        * acinclude.m4 (IU_UCASE, iu_lcase): Variables removed.
        (IU_RESULT_ACTIONS, IU_CHECK_WEAK_REFS): Use the new AC_DEFINE syntax.
        (IU_CHECK_DECL, IU_CHECK_TYPE, IU_CHECK_STRUCT_FIELD):
        Functions removed.
        (IU_ENABLE_FOO): Use name_BUILD instead of BUILD_NAME.
        (IU_INCLUDED_REGEX): Replaced with..
        (jm_INCLUDED_REGEX): this.
        * acconfig.h: Removed.
        * configure.ac: Rewrite.
ftp/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use ftp_BUILD instead of BUILD_FTP.
        * ftp.c [HAVE_FCLOSE_DECL]: Renamed to HAVE_DECL_FCLOSE.
        [HAVE_PCLOSE_DECL]: Renamed to HAVE_DECL_PCLOSE.
ftpd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use ftpd_BUILD instead of
        BUILD_FTPD.
        * extern.h [HAVE_GETUSERSHELL_DECL]: Renamed to HAVE_DECL_GETUSERSHELL.
        * ftpd.c [HAVE_FCLOSE_DECL]: Renamed to HAVE_DECL_FCLOSE.
glob/ChangeLog
        * Makefile.am (noinst_LIBRARIES) Use libglob_BUILD instead of
        BUILD_LIBGLOB.
gwhois/Makefile.am
        * Makefile.am (bin_PROGRAMS): Use whois_BUILD instead of BUILD_WHOIS.
headers/ChangeLog
        * crypt.h [HAVE_CRYPT_DECL]: Renamed to HAVE_DECL_CRYPT.
ifconfig/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use ifconfig_BUILD instead of
        BUILD_IFCONFIG.
inetd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use inetd_BUILD instead of
        BUILD_INETD.
libinetutils/ChangeLog
        * herror.c [HAVE_H_ERRNO_DECL]: Renamed to HAVE_DECL_H_ERRNO.
        * hstrerror.c [HAVE_H_ERRLIST_DECL]: Renamed to HAVE_DECL_H_ERRLIST.
        * logwtmp.c [HAVE_ERRNO_DECL]: Renamed to HAVE_DECL_ERRNO.
        * revoke: Likewise.
        * setenv.c: Likewise.
        [HAVE_ENVIRON_DECL]: Renamed to HAVE_DECL_ENVIRON.
libls/ChangeLog
        * Makefile.am (noinst_LIBRARIES): Use libls_BUILD instead of 
BUILD_LIBLS.
logger/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use logger_BUILD instead of BUILD_LOGGER
ping/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use ping_BUILD instead of BUILD_PING.
rcp/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use rcp_BUILD instead of BUILD_RCP.
        * rcp.c [HAVE_STRERROR_DECL]: Renamed to HAVE_DECL_STRERROR.
rexecd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use rexecd_BUILD instead of
        BUILD_REXECD.
rlogin/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use rlogin_BUILD instead of BUILD_RLOGIN.
rlogind/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use rlogind_BUILD instead of
        BUILD_RLOGIND.
rsh/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use rsh_BUILD instead of BUILD_RSH.
rshd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use rshd_BUILD instead of
        BUILD_RSHD.
syslogd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use syslogd_BUILD instead of
        BUILD_SYSLOGD.
talk/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use talk_BUILD instead of BUILD_TALK.
talkd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use talkd_BUILD instead of
        BUILD_TALKD.
telnet/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use telnet_BUILD instead of BUILD_TELNET.
        * telnet.c [HAVE_GETPASS_DECL]: Renamed to HAVE_DECL_GETPASS.
        [HAVE_HTONS_DECL]: Renamed to HAVE_DECL_HTONS.
telnetd/Makefile.am
        * Makefile.am (inetdaemon_PROGRAMS): Use telnetd_BUILD instead of
        BUILD_TELNETD.
tftp/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use tftp_BUILD instead of BUILD_TFTP.
        [HAVE_ERRNO_DECL]: Renamed to HAVE_DECL_ERRNO.
tftpd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use tftpd_BUILD instead of
        BUILD_TFTPD.
        * tftpd.c [HAVE_STRERROR_DECL]: Renamed to HAVE_DECL_STRERROR.
uucpd/ChangeLog
        * Makefile.am (inetdaemon_PROGRAMS): Use uucpd_BUILD instead of
        BUILD_UUCPD.
whois/ChangeLog
        * Makefile.am (bin_PROGRAMS): Use whois_BUILD instead of BUILD_WHOIS.

-- 
Alfred M. Szmidt



reply via email to

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