diff options
Diffstat (limited to 'tremor')
-rw-r--r-- | tremor/tremor_20030325.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe index fd0cbc4c24..223bf3259a 100644 --- a/tremor/tremor_20030325.oe +++ b/tremor/tremor_20030325.oe @@ -12,9 +12,9 @@ inherit autotools EXTRA_OECONF=" --enable-shared --disable-rpath " -do_configure_prepend() { - ./autogen.sh -} +#do_configure_prepend() { +# ./autogen.sh +#} do_stage() { oe_runmake install prefix=${STAGING_DIR} \ |