ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/configure.ac
(Generate patch)

Comparing hopm/trunk/configure.ac (file contents):
Revision 5060 by michael, Mon Dec 22 13:43:00 2014 UTC vs.
Revision 5061 by michael, Mon Dec 22 14:00:18 2014 UTC

# Line 1 | Line 1
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,
# Line 73 | Line 73 | AC_CHECK_SIZEOF(short)
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;
# Line 93 | Line 85 | typedef unsigned long uint32;
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  
# Line 111 | Line 103 | AC_OUTPUT(Makefile src/Makefile)
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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)