diff options
author | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-26 08:32:45 +0200 |
---|---|---|
committer | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-26 08:32:45 +0200 |
commit | 3477e380121e6f37560002dbf41b90a69e0c618f (patch) | |
tree | 6caafd087b800862d5d8920023583de130596efb /configure.ac | |
parent | 8d80b897b5863372649de9b5f3c8d7234ae47f58 (diff) | |
download | plus-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-x | configure.ac | 2 |
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 |