~midori/midori/trunk

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Christian Dywan
  • Date: 2008-01-05 05:24:38 UTC
  • Revision ID: git-v1:e2328a4bfcd0fd595209d01914c2ee6b6fe6965a
Implement a throbber widget.

The throbber is used in the menubar and individual tabs.

Clean infrastructure for private G* extensions is added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AC_CONFIG_HEADER([config.h])
5
5
 
6
6
AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
 
7
AM_PROG_LIBTOOL
7
8
 
8
9
# Checks for programs
9
10
AC_PROG_CC
83
84
 
84
85
# Here we tell the configure script which files to *create*
85
86
AC_CONFIG_FILES([
86
 
    Makefile     \
 
87
    Makefile       \
 
88
    katze/Makefile \
87
89
    src/Makefile
88
90
])
89
91
AC_OUTPUT