summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-13 22:57:34 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-13 22:57:34 +0800
commit8b2866c11d5fb72193f87993f872f20f539543ee (patch)
treef578548847e664265704a5385cd3ce6581eb9eed
parent31692826510ee23f34871742b9f2db6ab0fdcc71 (diff)
configure: don't generate config.h
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 439aa79..06030d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,7 @@
AC_INIT([totem-pps], 0.0.19.3)
dnl AC_INIT([$PACKAGE], [$VERSION])
-AC_CONFIG_SRCDIR([config.h.in])
-AC_CONFIG_HEADERS([config.h])
+dnl AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([m4])
dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode