diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 15:55:21 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:51 +1000 |
commit | 8d0cb0321a9935f738c2e6a91afff4bb9e9bf3fa (patch) | |
tree | 36c9ec31c9a91352ba8730d2dca9c6813ae5532f /lib/replace | |
parent | fe9e5d33bb1697bc92348f8e27da8f3d666965e2 (diff) | |
download | samba-8d0cb0321a9935f738c2e6a91afff4bb9e9bf3fa.tar.gz samba-8d0cb0321a9935f738c2e6a91afff4bb9e9bf3fa.tar.bz2 samba-8d0cb0321a9935f738c2e6a91afff4bb9e9bf3fa.zip |
build: allow configure -C to work again
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 44cf6462f7..8df9c74a81 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -29,6 +29,7 @@ def set_options(opt): opt.add_option('--timestamp-dependencies', help=("use file timestamps instead of content for build dependencies (BROKEN)"), action="store_true", dest='timestamp_dependencies', default=False) + opt.add_option('-C', action='store_true', help='dummy option for autoconf compatibility') @wafsamba.runonce def configure(conf): |