summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 16:46:17 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:50 +0100
commit02bf6022d153b9abeb513b0055510559f873da93 (patch)
tree5f9077b13de0a0676010ae9a57254276f36282f6 /configure.ac
parent5e7d86502db944b9b9b9f51c72822e3b0e45f215 (diff)
downloadrasdaman-upstream-02bf6022d153b9abeb513b0055510559f873da93.tar.gz
rasdaman-upstream-02bf6022d153b9abeb513b0055510559f873da93.tar.xz
rasdaman-upstream-02bf6022d153b9abeb513b0055510559f873da93.zip
nonrec-build: Rename Makefile.am to Makefile-files
We will keep only three Makefile.am: * $(top_srcdir) * manuals_and_examples/ (needs code to be generated first) * systemtest/ (needs everything to be built)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac38
1 files changed, 3 insertions, 35 deletions
diff --git a/configure.ac b/configure.ac
index dce40db..b299fd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,41 +138,9 @@ AC_FUNC_STRTOD
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([alarm bzero clock_gettime dup2 floor getcwd gethostbyaddr gethostbyname gethostname getpass gettimeofday inet_ntoa localtime_r memmove memset mkdir pathconf pow rint select socket sqrt strcasecmp strchr strdup strerror strncasecmp strrchr strstr strtol strtoul])
-AC_CONFIG_FILES([Makefile
- catalogmgr/Makefile
- relblobif/Makefile
- relindexif/Makefile
- relmddif/Makefile
- relcatalogif/Makefile
- reladminif/Makefile
- relstorageif/Makefile
- indexmgr/Makefile
- tilemgr/Makefile
- storagemgr/Makefile
- compression/Makefile
- commline/Makefile
- network/Makefile
- raslib/Makefile
- clientcomm/Makefile
- servercomm/Makefile
- rasodmg/Makefile
- qlparser/Makefile
- conversion/Makefile
- mddmgr/Makefile
- httpserver/Makefile
- mymalloc/Makefile
- server/Makefile
- rasmgr/Makefile
- rascontrol/Makefile
- rasdl/Makefile
- applications/Makefile
- applications/rasql/Makefile
- bin/Makefile
- manuals_and_examples/Makefile
- insertutils/Makefile
- include/Makefile
- systemtest/Makefile
- ])
+AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([manuals_and_examples/Makefile])
+AC_CONFIG_FILES([systemtest/Makefile])
dnl These files are not used, so better not create them and have dist
dnl tarballs fail.