Skip to content

Commit

Permalink
I hate you, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dragorn committed May 2, 2016
1 parent de44457 commit 5dde725
Show file tree
Hide file tree
Showing 577 changed files with 139,734 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -7,7 +7,6 @@
.depend
Makefile
Makefile.inc
config.*
conf/kismet.conf
scripts/kismet
aclocal.m4
Expand Down
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -760,7 +760,7 @@ libnl20_CFLAGS
libnl20_LIBS
libnl1_CFLAGS
libnl1_LIBS'
ac_subdirs_all='$BUNDLE_MSGPACK'
ac_subdirs_all='${BUNDLE_MSGPACK}'

# Initialize some variables set by options.
ac_init_help=
Expand Down Expand Up @@ -2250,7 +2250,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
BUNDLE_MSGPACK=msgpack-1.4.1
BUNDLE_MSGPACK=./msgpack-1.4.1
# ===========================================================================
# http://www.gnu.org/software/autoconf-archive/ax_pthread.html
Expand Down Expand Up @@ -2392,7 +2392,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
subdirs="$subdirs $BUNDLE_MSGPACK"
subdirs="$subdirs ${BUNDLE_MSGPACK}"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,13 +1,13 @@
# Process this file with autoconf to produce a configure script.
AC_INIT

BUNDLE_MSGPACK=msgpack-1.4.1
BUNDLE_MSGPACK=./msgpack-1.4.1

m4_include([m4/ax_pthread.m4])

AC_CONFIG_SRCDIR([kismet.h])

AC_CONFIG_SUBDIRS([$BUNDLE_MSGPACK])
AC_CONFIG_SUBDIRS([${BUNDLE_MSGPACK}])

AC_PREREQ(2.57)

Expand Down
Empty file added msgpack-1.4.1/AUTHORS
Empty file.

0 comments on commit 5dde725

Please sign in to comment.