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

Comparing gvpe/configure.ac (file contents):
Revision 1.30 by pcg, Sun May 30 17:52:32 2004 UTC vs.
Revision 1.32 by pcg, Sat Jun 19 14:16:55 2004 UTC

2 2
3AC_PREREQ(2.59) 3AC_PREREQ(2.59)
4AC_INIT 4AC_INIT
5AC_CONFIG_SRCDIR([src/vped.C]) 5AC_CONFIG_SRCDIR([src/vped.C])
6AC_CANONICAL_TARGET 6AC_CANONICAL_TARGET
7AM_INIT_AUTOMAKE(vpe, 1.7) 7AM_INIT_AUTOMAKE(gvpe, 1.7)
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
9AM_MAINTAINER_MODE 9AM_MAINTAINER_MODE
10 10
11AH_TOP([ 11AH_TOP([
12#ifndef CONFIG_H__ 12#ifndef CONFIG_H__
380 380
381AC_SUBST(INCLUDES) 381AC_SUBST(INCLUDES)
382 382
383AC_CONFIG_FILES([Makefile po/Makefile.in 383AC_CONFIG_FILES([Makefile po/Makefile.in
384src/Makefile 384src/Makefile
385src/rohc/Makefile
386doc/Makefile 385doc/Makefile
387lib/Makefile 386lib/Makefile
388m4/Makefile 387m4/Makefile
389]) 388])
390AC_OUTPUT 389AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines