Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0f2e7838
Commit
0f2e7838
authored
Mar 06, 1994
by
Per Cederqvist
Browse files
(strchr): Call AC_HAVE_FUNCS instead of AC_REPLACE_FUNCS on it.
(AC_OUTPUT): Generate run-support/Makefile.
parent
ec9c9469
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
0f2e7838
dnl $Id: configure.in,v 1.1
5
1994/03/0
5 17:18:05
ceder Exp $
dnl $Id: configure.in,v 1.1
6
1994/03/0
6 20:07:46
ceder Exp $
dnl Configuration for LysKOM
AC_REVISION($Revision: 1.1
5
$)
AC_REVISION($Revision: 1.1
6
$)
AC_INIT(src/server/lyskomd.h)
AC_PROG_CC
AC_SUBST(CFLAGS)
...
...
@@ -60,8 +60,8 @@ AC_HAVE_LIBRARY(authuser) dnl User authentication according to RFC 931.
AC_HAVE_LIBRARY(socket) dnl socket() et c on Solaris 2.
AC_HAVE_LIBRARY(nsl) dnl Low-level networking code on Solaris 2.
AC_HAVE_LIBRARY(i) dnl For setlocale() on Ultrix.
AC_HAVE_FUNCS(difftime getdtablesize sysconf getcwd vfprintf)
AC_REPLACE_FUNCS(memcpy difftime strerror remove
strchr
memset memchr)
AC_HAVE_FUNCS(difftime getdtablesize sysconf
strchr
getcwd vfprintf)
AC_REPLACE_FUNCS(memcpy difftime strerror remove memset memchr)
[DEFS="$DEFS -DBUGGY_INET_NTOA=1 -DENCRYPT_PASSWORDS=1 -DSERVER=1"]
AC_OUTPUT(Makefile
doc/Makefile
...
...
@@ -77,4 +77,5 @@ src/libraries/libisc-new/Makefile
src/libraries/libisc-new/src/Makefile
src/libraries/libmisc/Makefile
src/libraries/regex/Makefile
src/server/Makefile)
src/server/Makefile
run-support/Makefile)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment