From e9347e99f204bbab2ae8034fcbbc64831a83f59b Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Wed, 3 Nov 2004 09:21:23 +0000 Subject: [PATCH] Fix make distcheck. --- ChangeLog | 6 ++++++ configure.ac | 7 +++++-- libnotify.spec.in | 0 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 libnotify.spec.in diff --git a/ChangeLog b/ChangeLog index a2b3de2..57bae5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 03 01:19:42 PST 2004 Christian Hammond + + * configure.ac: + A libnotify.spec.in: + - Fix make distcheck. + Wed Sep 29 22:34:03 PDT 2004 Christian Hammond * libnotify/notify.c: diff --git a/configure.ac b/configure.ac index ec79808..25f36fd 100644 --- a/configure.ac +++ b/configure.ac @@ -87,6 +87,8 @@ AC_EXEEXT AM_PROG_LIBTOOL +AC_CHECK_LIB([popt], [poptGetArg], , AC_MSG_ERROR([Popt is required])) + pkg_modules="glib-2.0 >= 2.2.2, dbus-1 >= 0.20, dbus-glib-1 >= 0.20" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) AC_SUBST(PACKAGE_CFLAGS) @@ -105,11 +107,12 @@ dnl ################################################################ dnl # Output the Makefiles dnl ################################################################ AC_CONFIG_FILES([ -libnotify.pc Makefile +libnotify.pc +libnotify.spec libnotify/Makefile -tools/Makefile tests/Makefile +tools/Makefile ]) AC_OUTPUT diff --git a/libnotify.spec.in b/libnotify.spec.in new file mode 100644 index 0000000..e69de29