summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-07-11 07:48:52 -0700
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-07-11 07:48:52 -0700
commita0b3294e550a7dbaf4e6ff2c9839133c7786fe60 (patch)
treed056367a32f1ef6b50499b5fd81da51533d445fd
parent40f4e738e43c850dfdb019ac83db84063c3aa8ae (diff)
downloadODR-AudioEnc-a0b3294e550a7dbaf4e6ff2c9839133c7786fe60.tar.gz
ODR-AudioEnc-a0b3294e550a7dbaf4e6ff2c9839133c7786fe60.tar.bz2
ODR-AudioEnc-a0b3294e550a7dbaf4e6ff2c9839133c7786fe60.zip
build: do not use config.h
-rw-r--r--.gitignore2
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 9ce759f..8c47661 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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