ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/configure.ac
(Generate patch)

Comparing ermyth/configure.ac (file contents):
Revision 1.8 by pippijn, Tue Aug 28 17:08:06 2007 UTC vs.
Revision 1.9 by pippijn, Sun Sep 2 23:14:42 2007 UTC

1dnl Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 1dnl Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
2dnl Copyright © 2005 Atheme Development Group 2dnl Copyright © 2005 Atheme Development Group
3dnl Rights to this code are documented in doc/pod/license.pod. 3dnl Rights to this code are documented in doc/pod/license.pod.
4dnl 4dnl
5dnl $Id: configure.ac,v 1.8 2007/08/28 17:08:06 pippijn Exp $ 5dnl $Id: configure.ac,v 1.9 2007/09/02 23:14:42 pippijn Exp $
6 6
7dnl Process this file with autoconf to produce a configure script. 7dnl Process this file with autoconf to produce a configure script.
8 8
9AC_PREREQ(2.59) 9AC_PREREQ(2.59)
10AC_INIT([ermyth], [2.3], [ermyth@one09.net]) 10AC_INIT([ermyth], [2.3], [ermyth@one09.net])
11AC_CONFIG_HEADER(include/sysconf.h) 11AC_CONFIG_HEADER(include/sysconf.h)
12AC_CONFIG_AUX_DIR(autoconf) 12AC_CONFIG_AUX_DIR(autoconf)
13 13
14AC_COPYRIGHT([$Id: configure.ac,v 1.8 2007/08/28 17:08:06 pippijn Exp $]) 14AC_COPYRIGHT([$Id: configure.ac,v 1.9 2007/09/02 23:14:42 pippijn Exp $])
15 15
16AC_PREFIX_DEFAULT(~/PACKAGE) 16AC_PREFIX_DEFAULT(~/PACKAGE)
17 17
18dnl Automake compatibility. 18dnl Automake compatibility.
19AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME]) 19AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])
311 srcdir="`cd \"$srcdir\";pwd`" 311 srcdir="`cd \"$srcdir\";pwd`"
312 ;; 312 ;;
313 esac 313 esac
314fi 314fi
315SRCDIR="$srcdir" 315SRCDIR="$srcdir"
316BUILDROOT=`pwd`
316 317
317AC_SUBST(ABSPATHS) 318AC_SUBST(ABSPATHS)
318AC_SUBST(SRCDIR) 319AC_SUBST(SRCDIR)
320AC_SUBST(BUILDROOT)
319 321
320dnl 322dnl
321dnl Filesystem Hierarchy Standard 323dnl Filesystem Hierarchy Standard
322dnl 324dnl
323 325

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines