Skip to content

Commit

Permalink
Abruptly changing people's file layout is rude.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Mar 5, 2012
1 parent 4c14e46 commit f7421c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aclocal.m4
autom4te.cache
buildsys.mk
config.h
src/libmowgli/platform/autoconf.h
config.log
config.status
extra.mk
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2143,7 +2143,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers src/libmowgli/platform/autoconf.h"
ac_aux_dir=
Expand Down Expand Up @@ -5397,7 +5397,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"src/libmowgli/platform/autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS src/libmowgli/platform/autoconf.h" ;;
"buildsys.mk") CONFIG_FILES="$CONFIG_FILES buildsys.mk" ;;
"extra.mk") CONFIG_FILES="$CONFIG_FILES extra.mk" ;;
"libmowgli-2.pc") CONFIG_FILES="$CONFIG_FILES libmowgli-2.pc" ;;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AC_PREREQ(2.59)
AC_INIT([libmowgli-2], [2.0.0-alpha1], [http://jira.atheme.org/])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADER([src/libmowgli/platform/autoconf.h])

AC_CANONICAL_HOST
AC_CANONICAL_TARGET
Expand Down
2 changes: 1 addition & 1 deletion src/libmowgli/mowgli.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#endif

#ifdef MOWGLI_CORE
# include "config.h"
# include "platform/autoconf.h"
#endif

#include "core/stdinc.h"
Expand Down
2 changes: 1 addition & 1 deletion config.h.in → src/libmowgli/platform/autoconf.h.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* src/libmowgli/platform/autoconf.h.in. Generated from configure.ac by autoheader. */

/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL
Expand Down

0 comments on commit f7421c4

Please sign in to comment.