X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=1a167d3973adde3dcdbd6eaaa4e67a801f1ea528;hb=HEAD;hp=6188deed227e965605a00a44efd708d5e208a334;hpb=20cb6a4a1b260f18c0cc1414431080ecab3f3da4;p=hvutilities.git diff --git a/configure.ac b/configure.ac index 6188dee..1a167d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ # configure.ac -- Process this file with autoconf to produce configure. dnl Initialization stuff. -AC_INIT(hv-utilities, 0.1.0) +AC_INIT([hv-utilities],[0.1.0]) AC_CONFIG_AUX_DIR(build-aux) -AC_CONFIG_SRCDIR(scripts/vs) +AC_CONFIG_SRCDIR(scripts/hv-scan) dnl Checking if the NEWS file has been updated to reflect the current version. AM_INIT_AUTOMAKE(check-news) AM_SILENT_RULES([yes]) @@ -11,4 +11,5 @@ AM_SILENT_RULES([yes]) AC_SUBST(ac_aux_dir) dnl Creating output file(s) -AC_OUTPUT(Makefile scripts/Makefile data/Makefile) +AC_CONFIG_FILES([Makefile scripts/Makefile data/Makefile]) +AC_OUTPUT