Skip to content

Commit

Permalink
Allow removal of autoconf ghost files from directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Nov 16, 2013
1 parent 50fa978 commit 256b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -11,7 +11,7 @@ AC_INIT([clab],[m4_esyscmd([./version.sh fmq])],[zeromq-dev@lists.zeromq.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS([src/platform.h])
AM_INIT_AUTOMAKE(tar-ustar)
AM_INIT_AUTOMAKE([tar-ustar foreign])

# This defines PACKAGE_VERSION_... in src/platform.h
PV_MAJOR=`echo $PACKAGE_VERSION | cut -d . -f 1`
Expand Down

0 comments on commit 256b44c

Please sign in to comment.