perl/configure.ac: fix for new version location too

This commit is contained in:
Will Dietz 2019-03-14 10:28:10 -05:00 committed by Eelco Dolstra
parent 1f9c8cd68b
commit 63e7fc5096
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -1,4 +1,4 @@
AC_INIT(nix-perl, m4_esyscmd([bash -c "echo -n $(cat ../version)$VERSION_SUFFIX"])) AC_INIT(nix-perl, m4_esyscmd([bash -c "echo -n $(cat ../.version)$VERSION_SUFFIX"]))
AC_CONFIG_SRCDIR(MANIFEST) AC_CONFIG_SRCDIR(MANIFEST)
AC_CONFIG_AUX_DIR(../config) AC_CONFIG_AUX_DIR(../config)