~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: michiels
  • Date: 2004-10-29 06:08:27 UTC
  • Revision ID: gustavo@niemeyer.net-20041029060827-398b4f198c092860
2004-10-22  Michiel Sikkes  <michiel@eyesopened.nl>

        * Makefile.am: Removed autogen.sh from extra_dist.
        * configure.in: Replaced configure.in with src/upgrade-notifier.c in
        AC_INIT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
 
3
 
AC_INIT(configure.in)
 
3
AC_INIT(src/upgrade-notifier.c)
4
4
AM_INIT_AUTOMAKE(upgrade-notifier, 0.33)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE