summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMaarten Vanraes <maarten.vanraes@gmail.com>2011-05-26 08:32:45 +0200
committerMaarten Vanraes <maarten.vanraes@gmail.com>2011-05-26 08:32:45 +0200
commit3477e380121e6f37560002dbf41b90a69e0c618f (patch)
tree6caafd087b800862d5d8920023583de130596efb /configure.ac
parent8d80b897b5863372649de9b5f3c8d7234ae47f58 (diff)
downloadplus-3477e380121e6f37560002dbf41b90a69e0c618f.tar.gz
plus-3477e380121e6f37560002dbf41b90a69e0c618f.tar.bz2
plus-3477e380121e6f37560002dbf41b90a69e0c618f.tar.xz
plus-3477e380121e6f37560002dbf41b90a69e0c618f.zip
modify autoconf files to change spec version and make dist-bzip2 to work well
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d76f687ca..e21df8e57 100755
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_LANG_CPLUSPLUS
# Checks for programs.
AC_PROG_CXX
+AM_PROG_CC_C_O
AC_PROG_INSTALL
# Checks for typedefs, structures, and compiler characteristics.
@@ -168,6 +169,7 @@ esac],[memdebug_enabled=false])
AM_CONDITIONAL(ENABLE_MEM_DEBUG, test x$memdebug_enabled = xtrue)
AC_CONFIG_FILES([
+manaplus.spec
Makefile
src/Makefile
data/Makefile