From 1c04c238cbef1a9bb9860e628d18dca79951fcc9 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 14 Feb 2008 21:29:19 +0000 Subject: [PATCH] Some changes git-svn-id: http://svn.nickg.me.uk/work/xcowsay@275 a97b1542-0b21-0410-a459-e47997c36f34 --- COPYING | 2 +- INSTALL | 2 +- config.h.in | 3 +++ configure.ac | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index 0b6cbf8..7153769 120000 --- a/COPYING +++ b/COPYING @@ -1 +1 @@ -/usr/share/automake-1.10/COPYING \ No newline at end of file +/usr/share/automake-1.9/COPYING \ No newline at end of file diff --git a/INSTALL b/INSTALL index 5bb6e7b..81fa6ff 120000 --- a/INSTALL +++ b/INSTALL @@ -1 +1 @@ -/usr/share/automake-1.10/INSTALL \ No newline at end of file +/usr/share/automake-1.9/INSTALL \ No newline at end of file diff --git a/config.h.in b/config.h.in index 3de8d60..6ac0f7f 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `getopt' library (-lgetopt). */ +#undef HAVE_LIBGETOPT + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC diff --git a/configure.ac b/configure.ac index e52f815..5c2fe2f 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,6 @@ AC_ARG_ENABLE(dbus, CFLAGS="$CFLAGS -DWITHOUT_DBUS"], [modules="$xcowsayd_modules"]) -echo $modules PKG_CHECK_MODULES(XCOWSAY, $modules) AC_CONFIG_HEADERS([config.h]) -- 2.39.2