Changeset 18650 for juggler/trunk/modules/tweek/autogen.sh
- Timestamp:
- 04/14/06 15:26:15 (3 years ago)
- Files:
-
- juggler/trunk/modules/tweek/autogen.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/tweek/autogen.sh
r13898 r18650 70 70 echo "Running $ACLOCAL $aclocalinclude ..." 71 71 $ACLOCAL $aclocalinclude 72 if grep "^AC_CONFIG_HEADER" configure. in>/dev/null72 if grep "^AC_CONFIG_HEADER" configure.ac >/dev/null 73 73 then 74 74 echo "Running $AUTOHEADER..."
