aboutsummaryrefslogtreecommitdiff
path: root/build-setup.sh
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-28 02:13:31 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-28 02:13:31 +0000
commit3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83 (patch)
tree5c7ffe18c0f939cfcc57bfe33f999815d6c3a317 /build-setup.sh
parent97b5280bd5ff44b94213559391421ba39e11249a (diff)
downloadopen-axiom-3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83.tar.gz
* configure.ac.pamphlet: Check from uint8_t.
* config/openaxiom-c-macros.h.in: Rename from config/axiom-c-macros.h.in. * src: Propagate change.
Diffstat (limited to 'build-setup.sh')
-rwxr-xr-xbuild-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-setup.sh b/build-setup.sh
index b177598e..9d51d977 100755
--- a/build-setup.sh
+++ b/build-setup.sh
@@ -11,7 +11,7 @@ notangle ./configure.ac.pamphlet > ./tmp-configure.ac \
|| error "could not extract configure.ac from pamphlet file"
config/move-if-change tmp-configure.ac configure.ac
-autoheader || error "could not re-generate config/axiom-c-macros.h"
+autoheader || error "could not re-generate config/openaxiom-c-macros.h"
autoconf || error "could not re-generate configure"
## subdirectories that contain Makefile pamphlets of interest