1 |
|
dnl Process this file with autoconf to produce a configure script. |
2 |
< |
AC_INIT(bopm, [3.1.3]) |
2 |
> |
AC_INIT(hopm, [1.0.0beta1]) |
3 |
|
AC_CONFIG_SRCDIR(src/opercmd.h) |
4 |
|
AM_CONFIG_HEADER(src/setup.h) |
5 |
|
AM_INIT_AUTOMAKE() |
6 |
< |
AC_PREFIX_DEFAULT([\${HOME}/bopm]) |
6 |
> |
AC_PREFIX_DEFAULT([\${HOME}/hopm]) |
7 |
|
AM_MAINTAINER_MODE |
8 |
|
|
9 |
|
AC_ARG_WITH(extra-fascism, |
73 |
|
AC_CHECK_SIZEOF(long) |
74 |
|
|
75 |
|
|
76 |
– |
dnl teehee - taken from MRTG / Tobias Oetiker |
77 |
– |
dnl echo $ECHO_N "checking for POSIX-compliant goat $ECHO_C" |
78 |
– |
dnl for bleh in 1 2 3; do |
79 |
– |
dnl echo $ECHO_N "." |
80 |
– |
dnl sleep 1 |
81 |
– |
dnl done |
82 |
– |
dnl AC_MSG_RESULT([ http://www.blitzed.org/goat_winter_2001.phtml]) |
83 |
– |
|
76 |
|
AH_BOTTOM([ |
77 |
|
#if SIZEOF_INT==4 |
78 |
|
typedef signed int int32; |
85 |
|
#endif |
86 |
|
|
87 |
|
#if SIZEOF_SHORT!=2 |
88 |
< |
# error "Your short int data type is not 2 bytes: firedns is not going to work for you. mail bopm@lists.blitzed.org!" |
88 |
> |
# error "Your short int data type is not 2 bytes: hopm (firedns) is not going to work for you." |
89 |
|
#endif |
90 |
|
]) |
91 |
|
|
103 |
|
|
104 |
|
echo "##############################################################################" |
105 |
|
echo "Everything is now configured, but you can find some more (infrequently" |
106 |
< |
echo "changed) options in options.h. To compile BOPM now, just type make. It" |
106 |
> |
echo "changed) options in options.h. To compile HOPM now, just type make. It" |
107 |
|
echo "requires GNU Make, which may be installed as gmake on your system." |
108 |
|
echo |
109 |
< |
echo "bopm will be installed in ${prefix}. To change this, run:" |
109 |
> |
echo "hopm will be installed in ${prefix}. To change this, run:" |
110 |
|
echo " ./configure --prefix=DIRECTORY" |
111 |
|
echo "##############################################################################" |
120 |
– |
echo |