Skip to content
Snippets Groups Projects
Commit be537fbd authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Fixing the last commit. This revision will apply better when doing updates if...

Fixing the last commit.  This revision will apply better when doing updates if m4 is not in version control.  Updating the bootstrap script to ensure a m4 directory is created.  Moving the ax_check_compile_flag.m4 back to the config directory.


git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4040 6dcd42c9-f523-4c6d-aada-af552506706e
parent ed817e5b
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
#! /bin/sh
set -x
mkdir -p m4
aclocal -I config
libtoolize --force --copy
automake --foreign --add-missing --copy
......
......@@ -6,6 +6,7 @@
#! /bin/sh
set -x
mkdir -p m4
aclocal -I config
libtoolize --force --copy
automake --foreign --add-missing --copy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment