summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-04-02 23:27:46 +0000
committerDave Beckett <dave@dajobe.org>2003-04-02 23:27:46 +0000
commit76f5384a8546e3f7e87b02d84adf4bb7d7ad84a9 (patch)
tree27346a4b99d03979219b5227b092302088705597
parent6f0259b4b76e1f9b12e46ba7d60b1cf8f91cb061 (diff)
downloadraptor-76f5384a8546e3f7e87b02d84adf4bb7d7ad84a9.tar.gz
debian dir elsewhere
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac11
-rw-r--r--docs/Makefile.am2
-rw-r--r--src/Makefile.am2
-rw-r--r--utils/Makefile.am2
5 files changed, 9 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index ad7ead3c..33186b90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ $(man_MANS)
-SUBDIRS= debian tests win32 examples
+SUBDIRS= tests win32 examples
TESTS=raptor_cc_test raptor_uri_test raptor_namespace_test strcasecmp_test \
raptor_www_test raptor_set_test raptor_xml_test
diff --git a/configure.ac b/configure.ac
index 7fda7ef0..5bcb5a6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -710,16 +710,15 @@ AC_SUBST(abs_top_srcdir)
abs_top_builddir=`pwd`
AC_SUBST(abs_top_builddir)
-AC_OUTPUT(Makefile
+AC_CONFIG_FILES([Makefile
raptor.spec
-raptor-config
-raptor-src-config
examples/Makefile
tests/Makefile
-win32/Makefile
-debian/Makefile,
-[chmod +x raptor-config raptor-src-config])
+win32/Makefile])
+AC_CONFIG_FILES([raptor-config], [chmod +x raptor-config])
+AC_CONFIG_FILES([raptor-src-config], [chmod +x raptor-src-config])
+AC_OUTPUT
AC_MSG_RESULT([
Raptor build summary:
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ad7ead3c..33186b90 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -58,7 +58,7 @@ $(man_MANS)
-SUBDIRS= debian tests win32 examples
+SUBDIRS= tests win32 examples
TESTS=raptor_cc_test raptor_uri_test raptor_namespace_test strcasecmp_test \
raptor_www_test raptor_set_test raptor_xml_test
diff --git a/src/Makefile.am b/src/Makefile.am
index ad7ead3c..33186b90 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,7 +58,7 @@ $(man_MANS)
-SUBDIRS= debian tests win32 examples
+SUBDIRS= tests win32 examples
TESTS=raptor_cc_test raptor_uri_test raptor_namespace_test strcasecmp_test \
raptor_www_test raptor_set_test raptor_xml_test
diff --git a/utils/Makefile.am b/utils/Makefile.am
index ad7ead3c..33186b90 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -58,7 +58,7 @@ $(man_MANS)
-SUBDIRS= debian tests win32 examples
+SUBDIRS= tests win32 examples
TESTS=raptor_cc_test raptor_uri_test raptor_namespace_test strcasecmp_test \
raptor_www_test raptor_set_test raptor_xml_test