Skip to content

Commit

Permalink
cfitsio: change aux directory to . as the thirdparty component needs …
Browse files Browse the repository at this point in the history
…to use the auxiliary scripts as well
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 38db40a commit e3c9292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/heasarc/cfitsio/configure.ac
Expand Up @@ -3,7 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([cfitsio],[3.36],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_AUX_DIR([.])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down

0 comments on commit e3c9292

Please sign in to comment.