diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-16 13:05:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:21:20 -0400 |
commit | ab126135f39a4bec8f32ca0ec33fac39b60fd5f8 (patch) | |
tree | 305c8f126daa2ec02b96eb85b9f469ae5c3a6066 /buildconf | |
parent | 7bbcc6690df5cf9982121f2f16ebc315882e618f (diff) | |
download | duser-ab126135f39a4bec8f32ca0ec33fac39b60fd5f8.tar.gz |
Part of configure change
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure && -aclocal && autoheader && automake && autoconf && +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure +aclocal && autoheader && automake && autoconf rm -rf autom4te*.cache |