Kaydet (Commit) f174c972 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

.gitignore already ignores config_*.h

Change-Id: I97e9fa6e8ad45a0cd07926d1f6d33652d9dd332c
üst 49a89c84
...@@ -19,7 +19,6 @@ Adding a new setting: ...@@ -19,7 +19,6 @@ Adding a new setting:
- add config_host/config_XXX.h.in here, with just #ifndef include guard - add config_host/config_XXX.h.in here, with just #ifndef include guard
- add AC_CONFIG_HEADERS([config_host/config_XXX.h]) next to the others - add AC_CONFIG_HEADERS([config_host/config_XXX.h]) next to the others
in configure.ac in configure.ac
- add config_XXX.h to config_host/.gitignore
- add #define HAVE_FOO 0 to the config_host/config_XXX.h , possibly with a comment - add #define HAVE_FOO 0 to the config_host/config_XXX.h , possibly with a comment
(do not use #undef HAVE_FOO, unless the setting has more values than on/off) (do not use #undef HAVE_FOO, unless the setting has more values than on/off)
- add #include <config_XXX.h> before any #if HAVE_FOO in a source file - add #include <config_XXX.h> before any #if HAVE_FOO in a source file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment