summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 4eb2325b9767a421db99ce3288da19791b4c834d (plain)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT([Python GNOME App],
        [0.1],
        [amigadave@amigadave.com],
        [python-gnome-app],
        [http://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/])

AM_INIT_AUTOMAKE([1.11 foreign])

AC_CONFIG_FILES([Makefile])

AC_OUTPUT