Mercurial > sm-archive
comparison configure.in @ 10:f9e8bbf33a2a
more fixes for solaris
author | carl |
---|---|
date | Tue, 30 Jan 2007 16:28:16 -0800 |
parents | 48880e61ce5e |
children | 61a4e8773e2e |
comparison
equal
deleted
inserted
replaced
9:48880e61ce5e | 10:f9e8bbf33a2a |
---|---|
1 AC_PREREQ(2.59) | 1 AC_PREREQ(2.59) |
2 AC_INIT(sm-archive,1.2,carl@five-ten-sg.com) | 2 AC_INIT(sm-archive,1.3,carl@five-ten-sg.com) |
3 AC_CONFIG_SRCDIR([config.h.in]) | 3 AC_CONFIG_SRCDIR([config.h.in]) |
4 AC_CONFIG_HEADER([config.h]) | 4 AC_CONFIG_HEADER([config.h]) |
5 | 5 |
6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | 6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) |
7 | 7 |
27 AC_FUNC_GETPGRP | 27 AC_FUNC_GETPGRP |
28 AC_HEADER_STDC | 28 AC_HEADER_STDC |
29 AC_FUNC_STAT | 29 AC_FUNC_STAT |
30 AC_CHECK_FUNCS([memset socket strchr strdup strncasecmp strtol daemon]) | 30 AC_CHECK_FUNCS([memset socket strchr strdup strncasecmp strtol daemon]) |
31 | 31 |
32 # check for posix threads | |
33 ACX_PTHREAD | |
34 | |
32 AC_CONFIG_FILES([Makefile | 35 AC_CONFIG_FILES([Makefile |
33 sm-archive.spec | 36 sm-archive.spec |
34 html/Makefile | 37 html/Makefile |
35 info/Makefile | 38 info/Makefile |
36 man/Makefile | 39 man/Makefile |