NanoComp / libctl

Guile-based library implementing flexible control files for scientific simulations
GNU General Public License v2.0
18 stars 22 forks source link

autogen.sh: removed call to mkdir -p m4 #11

Closed thchr closed 6 years ago

thchr commented 6 years ago

When trying to run autogen.sh on a fresh clone of the libctl repo, I got multiple aclocal: couldn't open directory 'm4': No such file or directory errors.

The issue seems to originate with line 17 of commit a7223a360fd82462756d2a9fb6e5047afd44f558, i.e. with the removal of mkdir -p m4. With this line reinstated autogen.sh executes without issue.

stevengj commented 6 years ago

Thanks, should be fixed now.

thchr commented 6 years ago

Great, thanks!