aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-11-30 15:11:05 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-12-01 12:37:29 +0800
commit3978de2cde12867eb19a736a61ad81254c440b64 (patch)
tree3fe55eff2abeba664ef4a38d0e8ac574342e7fa5 /configure.ac
parent263f919bebf2e5be3a95c7445034fab70fed9fab (diff)
autoconf build: clean up Makefile, remove fish.spec
Removes some unused variables and out-of-date references. Wraps some tests in quotes to avoid expansion errors. Removes the fish.spec generated file as it is out of date and is arguably better maintained by downstream packagers. See http://github.com/zanchey/fish-build/ for a better RPM spec file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 82e591b2..64a6f1ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -873,7 +873,7 @@ case $target_os in
esac
# Tell the world what we know
-AC_CONFIG_FILES([Makefile fish.spec])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT
if test ! x$local_found_posix_switch = xyes; then