diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-07-11 07:48:52 -0700 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-07-11 07:48:52 -0700 |
commit | a0b3294e550a7dbaf4e6ff2c9839133c7786fe60 (patch) | |
tree | d056367a32f1ef6b50499b5fd81da51533d445fd | |
parent | 40f4e738e43c850dfdb019ac83db84063c3aa8ae (diff) | |
download | ODR-AudioEnc-a0b3294e550a7dbaf4e6ff2c9839133c7786fe60.tar.gz ODR-AudioEnc-a0b3294e550a7dbaf4e6ff2c9839133c7786fe60.tar.bz2 ODR-AudioEnc-a0b3294e550a7dbaf4e6ff2c9839133c7786fe60.zip |
build: do not use config.h
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -7,10 +7,8 @@ Makefile Makefile.in aclocal.m4 autom4te.cache -config.h.in configure fdk-aac.pc -config.h config.log config.status libtool diff --git a/configure.ac b/configure.ac index 143137f..868b2c8 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,6 @@ AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -AC_CONFIG_HEADERS([config.h]) dnl Checks for programs. AC_PROG_CXX |