~ubuntu-branches/ubuntu/lucid/wmmemload/lucid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Gordon Fraser
  • Date: 2003-11-02 17:32:49 UTC
  • Revision ID: james.westby@ubuntu.com-20031102173249-aukcjy64s1i689of
Tags: 0.1.5-2
Revert accidental changes to automake-files that would
cause a build-dep on automake (Closes: #218277)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
AC_CANONICAL_HOST
7
7
AC_CANONICAL_TARGET
8
8
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
 
9
AM_MAINTAINER_MODE
9
10
 
10
11
AC_CONFIG_SRCDIR(src/main.c)
11
12
AM_CONFIG_HEADER(config.h)