~vcs-imports/libwpd/main

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: lachancew
  • Date: 2002-09-21 19:24:03 UTC
  • Revision ID: Arch-1:libwpd@bazaar.ubuntu.com%libwpd--MAIN--0--patch-7
more autoconf stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT(src/wp6_main.c)
 
2
 
 
3
AM_CONFIG_HEADER(config.h)
 
4
 
 
5
AM_INIT_AUTOMAKE(libwpd, 0.1)
 
6
 
 
7
AC_PROG_CC
 
8
 
 
9
AC_PROG_INSTALL
 
10
 
 
11
AC_PROG_LIBTOOL
 
12
 
 
13
AC_OUTPUT([
 
14
Makefile
 
15
src/Makefile
 
16
])
 
 
b'\\ No newline at end of file'